Home
last modified time | relevance | path

Searched refs:fillMode (Results 1 – 21 of 21) sorted by relevance

/external/pdfium/xfa/fxgraphics/
Dcfx_graphics.h65 FX_FillMode fillMode = FXFILL_WINDING,
91 FX_FillMode fillMode,
98 FX_FillMode fillMode,
101 FX_FillMode fillMode,
Dcfx_graphics.cpp193 FX_FillMode fillMode, in FillPath() argument
198 RenderDeviceFillPath(path, fillMode, matrix); in FillPath()
295 FX_FillMode fillMode, in RenderDeviceFillPath() argument
307 m_info.fillColor->m_info.argb, 0x0, fillMode); in RenderDeviceFillPath()
311 FillPathWithPattern(path, fillMode, &m); in RenderDeviceFillPath()
314 FillPathWithShading(path, fillMode, &m); in RenderDeviceFillPath()
347 FX_FillMode fillMode, in FillPathWithPattern() argument
380 m_renderDevice->SetClip_PathFill(path->GetPathData(), matrix, fillMode); in FillPathWithPattern()
386 FX_FillMode fillMode, in FillPathWithShading() argument
499 m_renderDevice->SetClip_PathFill(path->GetPathData(), matrix, fillMode); in FillPathWithShading()
/external/skia/src/gpu/gl/
DGrGLPathRendering.cpp136 GrGLenum fillMode = in onStencilPath() local
141 GL_CALL(StencilFillPath(glPath->pathID(), fillMode, writeMask)); in onStencilPath()
160 GrGLenum fillMode = in onDrawPath() local
166 GL_CALL(StencilFillPath(glPath->pathID(), fillMode, writeMask)); in onDrawPath()
171 GL_CALL(StencilThenCoverFillPath(glPath->pathID(), fillMode, writeMask, in onDrawPath()
193 GrGLenum fillMode = in onDrawPaths() local
201 fillMode, writeMask, gXformType2GLType[transformType], in onDrawPaths()
211 fillMode, writeMask, GR_GL_BOUNDING_BOX_OF_BOUNDING_BOXES, in onDrawPaths()
DGrGLTestInterface.h193 virtual GrGLvoid stencilFillPath(GrGLuint path, GrGLenum fillMode, GrGLuint mask) {} in stencilFillPath() argument
195 …GLenum pathNameType, const GrGLvoid *paths, GrGLuint pathBase, GrGLenum fillMode, GrGLuint mask, G… in stencilFillPathInstanced() argument
201 …virtual GrGLvoid stencilThenCoverFillPath(GrGLuint path, GrGLenum fillMode, GrGLuint mask, GrGLenu… in stencilThenCoverFillPath() argument
203 …GLenum pathNameType, const GrGLvoid *paths, GrGLuint pathBase, GrGLenum fillMode, GrGLuint mask, G… in stencilThenCoverFillPathInstanced() argument
/external/skia/src/utils/win/
DSkDWriteGeometrySink.cpp48 void STDMETHODCALLTYPE SkDWriteGeometrySink::SetFillMode(D2D1_FILL_MODE fillMode) { in SetFillMode() argument
49 switch (fillMode) { in SetFillMode()
DSkDWriteGeometrySink.h35 void STDMETHODCALLTYPE SetFillMode(D2D1_FILL_MODE fillMode) override;
/external/swiftshader/src/Renderer/
DContext.cpp100 return fillModeAware ? fillMode == FILL_VERTEX : false; in isDrawPoint()
144 return fillModeAware ? fillMode == FILL_WIREFRAME : false; in isDrawLine()
188 return fillModeAware ? fillMode == FILL_SOLID : true; in isDrawTriangle()
191 return fillModeAware ? fillMode == FILL_SOLID : true; in isDrawTriangle()
257 fillMode = FILL_SOLID; in init()
DPixelProcessor.cpp743 void PixelProcessor::setFillMode(FillMode fillMode) in setFillMode() argument
745 context->fillMode = fillMode; in setFillMode()
DContext.hpp430 FillMode fillMode; member in sw::Context
DPixelProcessor.hpp271 virtual void setFillMode(FillMode fillMode);
DRenderer.cpp258 switch(context->fillMode) in draw()
/external/pdfium/xfa/fwl/theme/
Dcfwl_widgettp.cpp148 int32_t fillMode, in DrawAxialShading() argument
159 pGraphics->FillPath(path, fillMode, pMatrix); in DrawAxialShading()
Dcfwl_widgettp.h76 int32_t fillMode = FXFILL_WINDING,
/external/skia/src/image/
DSkImage_Gpu.cpp581 const bool fillMode = SkToBool(buffer); in getDeferredTextureImageData() local
582 if (fillMode && !SkIsAlign8(reinterpret_cast<intptr_t>(buffer))) { in getDeferredTextureImageData()
638 if (fillMode) { in getDeferredTextureImageData()
690 if (!fillMode) { in getDeferredTextureImageData()
/external/libmojo/mojo/gpu/
Dmojo_gles2_impl_autogen.cc1727 GLenum fillMode, in StencilFillPathCHROMIUM() argument
1730 glStencilFillPathCHROMIUM(path, fillMode, mask); in StencilFillPathCHROMIUM()
1747 GLenum fillMode, in StencilThenCoverFillPathCHROMIUM() argument
1751 glStencilThenCoverFillPathCHROMIUM(path, fillMode, mask, coverMode); in StencilThenCoverFillPathCHROMIUM()
1765 GLenum fillMode, in StencilFillPathInstancedCHROMIUM() argument
1771 fillMode, mask, transformType, in StencilFillPathInstancedCHROMIUM()
1817 GLenum fillMode, in StencilThenCoverFillPathInstancedCHROMIUM() argument
1824 numPaths, pathNameType, paths, pathBase, fillMode, mask, coverMode, in StencilThenCoverFillPathInstancedCHROMIUM()
Dmojo_gles2_impl_autogen.h792 GLenum fillMode,
800 GLenum fillMode,
812 GLenum fillMode,
845 GLenum fillMode,
/external/skia/include/gpu/gl/
DGrGLFunctions.h200 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLStencilFillPathProc)(GrGLuint path, GrGLenum fillMode, G…
202 …GLenum pathNameType, const GrGLvoid *paths, GrGLuint pathBase, GrGLenum fillMode, GrGLuint mask, G…
209 …UNCTION_TYPE* GrGLStencilThenCoverFillPathProc)(GrGLuint path, GrGLenum fillMode, GrGLuint mask, G…
211 …GLenum pathNameType, const GrGLvoid *paths, GrGLuint pathBase, GrGLenum fillMode, GrGLuint mask, G…
/external/swiftshader/include/GLES2/
Dgl2ext.h2537 typedef void (GL_APIENTRYP PFNGLSTENCILFILLPATHNVPROC) (GLuint path, GLenum fillMode, GLuint mask);
2539 …mPaths, GLenum pathNameType, const void *paths, GLuint pathBase, GLenum fillMode, GLuint mask, GLe…
2564 typedef void (GL_APIENTRYP PFNGLSTENCILTHENCOVERFILLPATHNVPROC) (GLuint path, GLenum fillMode, GLui…
2566 …mPaths, GLenum pathNameType, const void *paths, GLuint pathBase, GLenum fillMode, GLuint mask, GLe…
2595 GL_APICALL void GL_APIENTRY glStencilFillPathNV (GLuint path, GLenum fillMode, GLuint mask);
2597 …mPaths, GLenum pathNameType, const void *paths, GLuint pathBase, GLenum fillMode, GLuint mask, GLe…
2622 GL_APICALL void GL_APIENTRY glStencilThenCoverFillPathNV (GLuint path, GLenum fillMode, GLuint mask…
2624 …mPaths, GLenum pathNameType, const void *paths, GLuint pathBase, GLenum fillMode, GLuint mask, GLe…
/external/mesa3d/include/GL/
Dglext.h12585 GLAPI void APIENTRY glStencilFillPathNV (GLuint path, GLenum fillMode, GLuint mask);
12587 …aths, GLenum pathNameType, const GLvoid *paths, GLuint pathBase, GLenum fillMode, GLuint mask, GLe…
12635 typedef void (APIENTRYP PFNGLSTENCILFILLPATHNVPROC) (GLuint path, GLenum fillMode, GLuint mask);
12637 …aths, GLenum pathNameType, const GLvoid *paths, GLuint pathBase, GLenum fillMode, GLuint mask, GLe…
/external/swiftshader/include/GL/
Dglext.h9138 typedef void (APIENTRYP PFNGLSTENCILFILLPATHNVPROC) (GLuint path, GLenum fillMode, GLuint mask);
9140 …mPaths, GLenum pathNameType, const void *paths, GLuint pathBase, GLenum fillMode, GLuint mask, GLe…
9188 GLAPI void APIENTRY glStencilFillPathNV (GLuint path, GLenum fillMode, GLuint mask);
9190 …mPaths, GLenum pathNameType, const void *paths, GLuint pathBase, GLenum fillMode, GLuint mask, GLe…
/external/dagger2/lib/
Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...