/external/skia/src/gpu/gl/ |
GrGLPathRendering.cpp | 117 GrGLenum fillMode = gr_stencil_op_to_gl_path_rendering_fill_mode( 122 GL_CALL(StencilFillPath(glPath->pathID(), fillMode, writeMask)); 138 GrGLenum fillMode = gr_stencil_op_to_gl_path_rendering_fill_mode( 144 GL_CALL(StencilFillPath(glPath->pathID(), fillMode, writeMask)); 149 GL_CALL(StencilThenCoverFillPath(glPath->pathID(), fillMode, writeMask, 167 GrGLenum fillMode = 177 fillMode, writeMask, gXformType2GLType[transformType], 187 fillMode, writeMask, GR_GL_BOUNDING_BOX_OF_BOUNDING_BOXES,
|
/external/skia/src/utils/win/ |
SkDWriteGeometrySink.h | 35 void STDMETHODCALLTYPE SetFillMode(D2D1_FILL_MODE fillMode) override;
|
SkDWriteGeometrySink.cpp | 48 void STDMETHODCALLTYPE SkDWriteGeometrySink::SetFillMode(D2D1_FILL_MODE fillMode) { 49 switch (fillMode) {
|
/external/pdfium/xfa/include/fxgraphics/ |
fx_graphics.h | 200 FX_FillMode fillMode = FXFILL_WINDING,
204 FX_FillMode fillMode = FXFILL_WINDING,
263 FX_FillMode fillMode,
283 FX_FillMode fillMode,
287 FX_FillMode fillMode,
|
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/ |
timing-utilities.js | 158 function calculateActiveTime(activeDuration, fillMode, localTime, phase, delay) { 161 if (fillMode == 'backwards' || fillMode == 'both') 167 if (fillMode == 'forwards' || fillMode == 'both')
|
/external/pdfium/xfa/src/fxgraphics/src/ |
fx_graphics.cpp | 357 FX_FillMode fillMode,
363 return RenderDeviceFillPath(path, fillMode, matrix);
369 FX_FillMode fillMode,
376 path->GetPathData(), (CFX_Matrix*)matrix, fillMode);
757 FX_FillMode fillMode,
770 _info._fillColor->_argb, 0x0, fillMode);
775 { return FillPathWithPattern(path, fillMode, &m); }
778 { return FillPathWithShading(path, fillMode, &m); }
897 FX_FillMode fillMode,
[all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/ |
gdipluspath.h | 45 GraphicsPath(FillMode fillMode = FillModeAlternate): 48 lastStatus = DllExports::GdipCreatePath(fillMode, &nativePath); 51 FillMode fillMode = FillModeAlternate): 55 points, types, count, fillMode, &nativePath); 58 FillMode fillMode = FillModeAlternate): 62 points, types, count, fillMode, &nativePath); 390 FillMode GetFillMode() cons [all...] |
gdiplusgraphics.h | 852 FillMode fillMode, REAL tension = 0.5f) 857 points, count, tension, fillMode)); 861 FillMode fillMode, REAL tension = 0.5f) 866 points, count, tension, fillMode)); 955 FillMode fillMode) 960 points, count, fillMode)); 963 FillMode fillMode [all...] |
/external/pdfium/core/src/fxge/apple/ |
fx_quartz_device.cpp | 227 int fillMode) { 238 if ((fillMode & 3) == FXFILL_WINDING) { 342 int fillMode, 365 if (fillMode && fillArgb) { 367 if ((fillMode & 3) == FXFILL_WINDING) { 369 } else if ((fillMode & 3) == FXFILL_ALTERNATE) { 374 if (fillMode & FXFILL_FULLCOVER) { [all...] |
/external/pdfium/xfa/include/fwl/theme/ |
widgettp.h | 95 int32_t fillMode = FXFILL_WINDING,
|
/external/pdfium/xfa/src/fwl/src/theme/ |
checkboxtp.cpp | 108 int32_t fillMode = FXFILL_WINDING;
121 fillMode = FXFILL_ALTERNATE;
136 fillMode = FXFILL_ALTERNATE;
165 m_pThemeData->clrBoxBk[iTheme][1], &path, fillMode, pMatrix);
|
widgettp.cpp | 442 int32_t fillMode,
456 pGraphics->FillPath(path, fillMode, pMatrix);
|
/external/skia/include/gpu/gl/ |
GrGLFunctions.h | 195 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLStencilFillPathProc)(GrGLuint path, GrGLenum fillMode, GrGLuint mask); 197 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLStencilFillPathInstancedProc)(GrGLsizei numPaths, GrGLenum pathNameType, const GrGLvoid *paths, GrGLuint pathBase, GrGLenum fillMode, GrGLuint mask, GrGLenum transformType, const GrGLfloat *transformValues); 204 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLStencilThenCoverFillPathProc)(GrGLuint path, GrGLenum fillMode, GrGLuint mask, GrGLenum coverMode); 206 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLStencilThenCoverFillPathInstancedProc)(GrGLsizei numPaths, GrGLenum pathNameType, const GrGLvoid *paths, GrGLuint pathBase, GrGLenum fillMode, GrGLuint mask, GrGLenum coverMode, GrGLenum transformType, const GrGLfloat *transformValues); [all...] |
/development/ndk/platforms/android-24/include/GLES2/ |
gl2ext.h | [all...] |
/frameworks/native/opengl/include/GLES2/ |
gl2ext.h | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
d2d1.h | [all...] |
d3d11.h | 442 D3D11_FILL_MODE FillMode; 458 FillMode = D3D11_FILL_SOLID; 469 explicit CD3D11_RASTERIZER_DESC(D3D11_FILL_MODE fillMode, D3D11_CULL_MODE cullMode, 472 FillMode = fillMode; [all...] |
/prebuilts/tools/common/google-java-format/ |
google-java-format-1.0-all-deps.jar | |
/prebuilts/tools/common/m2/repository/com/google/dagger/dagger-compiler/2.6/ |
dagger-compiler-2.6.jar | |
/external/dagger2/lib/ |
google-java-format-0.1-20151017.042846-2.jar | |
/external/mesa3d/include/GL/ |
glext.h | [all...] |
/external/libgdx/backends/gdx-backend-lwjgl/libs/ |
lwjgl.jar | |