LibreOffice Module android (master) 1
Public Member Functions | Public Attributes | List of all members
org.mozilla.gecko.gfx.Layer.RenderContext Class Reference
Collaboration diagram for org.mozilla.gecko.gfx.Layer.RenderContext:
[legend]

Public Member Functions

 RenderContext (RectF aViewport, RectF aPageRect, float aZoomFactor, int aPositionHandle, int aTextureHandle, FloatBuffer aCoordBuffer)
 
boolean fuzzyEquals (RenderContext other)
 

Public Attributes

final RectF viewport
 
final RectF pageRect
 
final float zoomFactor
 
final int positionHandle
 
final int textureHandle
 
final FloatBuffer coordBuffer
 

Detailed Description

Definition at line 190 of file Layer.java.

Constructor & Destructor Documentation

◆ RenderContext()

org.mozilla.gecko.gfx.Layer.RenderContext.RenderContext ( RectF  aViewport,
RectF  aPageRect,
float  aZoomFactor,
int  aPositionHandle,
int  aTextureHandle,
FloatBuffer  aCoordBuffer 
)
inline

Member Function Documentation

◆ fuzzyEquals()

boolean org.mozilla.gecko.gfx.Layer.RenderContext.fuzzyEquals ( RenderContext  other)
inline

Member Data Documentation

◆ coordBuffer

final FloatBuffer org.mozilla.gecko.gfx.Layer.RenderContext.coordBuffer

◆ pageRect

final RectF org.mozilla.gecko.gfx.Layer.RenderContext.pageRect

◆ positionHandle

final int org.mozilla.gecko.gfx.Layer.RenderContext.positionHandle

◆ textureHandle

final int org.mozilla.gecko.gfx.Layer.RenderContext.textureHandle

◆ viewport

final RectF org.mozilla.gecko.gfx.Layer.RenderContext.viewport

◆ zoomFactor

final float org.mozilla.gecko.gfx.Layer.RenderContext.zoomFactor

The documentation for this class was generated from the following file: