Home
last modified time | relevance | path

Searched refs:GrPathRendering (Results 1 – 15 of 15) sorted by relevance

/external/skia/src/gpu/
DGrPathRendering.h33 class GrPathRendering {
35 virtual ~GrPathRendering() { } in ~GrPathRendering()
135 GrPathRendering() { } in GrPathRendering() function
138 GrPathRendering& operator=(const GrPathRendering&);
DGrDrawTarget.h42 typedef GrPathRendering::PathTransformType PathTransformType;
77 GrPathRendering::FillType);
84 GrPathRendering::FillType);
107 GrPathRendering::FillType fill);
316 void getPathStencilSettingsForFilltype(GrPathRendering::FillType,
DGrStencilAndCoverPathRenderer.cpp23 static GrPathRendering::FillType convert_skpath_filltype(SkPath::FillType fill) { in convert_skpath_filltype()
29 return GrPathRendering::kWinding_FillType; in convert_skpath_filltype()
32 return GrPathRendering::kEvenOdd_FillType; in convert_skpath_filltype()
DGrDrawTarget.cpp173 void GrDrawTarget::getPathStencilSettingsForFilltype(GrPathRendering::FillType fill, in getPathStencilSettingsForFilltype()
180 case GrPathRendering::kWinding_FillType: in getPathStencilSettingsForFilltype()
183 case GrPathRendering::kEvenOdd_FillType: in getPathStencilSettingsForFilltype()
193 GrPathRendering::FillType fill) { in stencilPath()
219 GrPathRendering::FillType fill) { in drawPath()
259 GrPathRendering::FillType fill) { in drawPaths()
DGrPathRendering.cpp50 GrPathRange* GrPathRendering::createGlyphs(const SkTypeface* typeface, in createGlyphs()
DGrGpu.h49 GrPathRendering* pathRendering() { return fPathRendering.get(); } in pathRendering()
404 SkAutoTDelete<GrPathRendering> fPathRendering;
DGrInOrderDrawBuffer.h56 const int xformBytes = GrPathRendering::PathTransformSize(transformType) * sizeof(float); in appendIndicesAndTransforms()
DGrInOrderCommandBuilder.cpp109 const int xformSize = GrPathRendering::PathTransformSize(transformType); in recordDrawPaths()
DGrStencilAndCoverTextContext.cpp438 GrPathRendering::kTranslate_PathTransformType, in flush()
439 fQueuedGlyphCount, GrPathRendering::kWinding_FillType); in flush()
/external/skia/src/gpu/gl/
DGrGLPathRendering.cpp43 GR_STATIC_ASSERT(0 == GrPathRendering::kNone_PathTransformType);
44 GR_STATIC_ASSERT(1 == GrPathRendering::kTranslateX_PathTransformType);
45 GR_STATIC_ASSERT(2 == GrPathRendering::kTranslateY_PathTransformType);
46 GR_STATIC_ASSERT(3 == GrPathRendering::kTranslate_PathTransformType);
47 GR_STATIC_ASSERT(4 == GrPathRendering::kAffine_PathTransformType);
48 GR_STATIC_ASSERT(GrPathRendering::kAffine_PathTransformType == GrPathRendering::kLast_PathTransform…
107 return GrPathRendering::createGlyphs(typeface, desc, stroke); in createGlyphs()
120 return GrPathRendering::createGlyphs(typeface, NULL, stroke); in createGlyphs()
144 return GrPathRendering::createGlyphs(typeface, NULL, stroke); in createGlyphs()
DGrGLPathRendering.h27 class GrGLPathRendering : public GrPathRendering {
/external/skia/include/core/
DSkTypeface.h368 friend class GrPathRendering; variable
DSkPaint.h1136 friend class GrPathRendering; variable
/external/skia/gyp/
Dgpu.gypi142 '<(skia_src_path)/gpu/GrPathRendering.cpp',
143 '<(skia_src_path)/gpu/GrPathRendering.h',
/external/skia/
DAndroid.mk472 src/gpu/GrPathRendering.cpp \