/external/skia/src/gpu/ |
D | GrPathRange.cpp | 11 GrPathRange::GrPathRange(GrGpu* gpu, in GrPathRange() function in GrPathRange 21 GrPathRange::GrPathRange(GrGpu* gpu, in GrPathRange() function in GrPathRange 27 void GrPathRange::loadPathsIfNeeded(const void* indices, PathIndexType indexType, int count) const { in loadPathsIfNeeded() 42 void GrPathRange::assertPathsLoaded(const void* indices, PathIndexType indexType, int count) const { in assertPathsLoaded()
|
D | GrPathRendering.h | 38 typedef GrPathRange::PathIndexType PathIndexType; 98 virtual GrPathRange* createPathRange(GrPathRange::PathGenerator*, const GrStrokeInfo&) = 0; 128 GrPathRange* createGlyphs(const SkTypeface*, const SkDescriptor*, const GrStrokeInfo&); 175 void drawPaths(const DrawPathArgs& args, const GrPathRange* pathRange, const void* indices, in drawPaths() 195 virtual void onDrawPaths(const DrawPathArgs&, const GrPathRange*, const void*, PathIndexType,
|
D | GrPathRange.h | 24 class GrPathRange : public GrGpuResource { 62 GrPathRange(GrGpu*, PathGenerator*); 68 GrPathRange(GrGpu*, int numPaths);
|
D | GrResourceProvider.h | 89 GrPathRange* createPathRange(GrPathRange::PathGenerator*, const GrStrokeInfo&); 90 GrPathRange* createGlyphs(const SkTypeface*, const SkDescriptor*, const GrStrokeInfo&);
|
D | GrPathRendering.cpp | 15 class GlyphGenerator : public GrPathRange::PathGenerator { 53 GrPathRange* GrPathRendering::createGlyphs(const SkTypeface* typeface, in createGlyphs()
|
D | GrResourceProvider.cpp | 79 GrPathRange* GrResourceProvider::createPathRange(GrPathRange::PathGenerator* gen, in createPathRange() 85 GrPathRange* GrResourceProvider::createGlyphs(const SkTypeface* tf, const SkDescriptor* desc, in createGlyphs()
|
D | GrGpu.h | 25 class GrPathRange; variable
|
/external/skia/src/gpu/gl/ |
D | GrGLPathRendering.cpp | 32 GR_STATIC_ASSERT(0 == GrPathRange::kU8_PathIndexType); 33 GR_STATIC_ASSERT(1 == GrPathRange::kU16_PathIndexType); 34 GR_STATIC_ASSERT(2 == GrPathRange::kU32_PathIndexType); 35 GR_STATIC_ASSERT(GrPathRange::kU32_PathIndexType == GrPathRange::kLast_PathIndexType); 94 GrPathRange* GrGLPathRendering::createPathRange(GrPathRange::PathGenerator* pathGenerator, in createPathRange() 154 void GrGLPathRendering::onDrawPaths(const DrawPathArgs& args, const GrPathRange* pathRange, in onDrawPaths()
|
D | GrGLPathRendering.h | 37 virtual GrPathRange* createPathRange(GrPathRange::PathGenerator*, 69 void onDrawPaths(const DrawPathArgs&, const GrPathRange*, const void* indices, PathIndexType,
|
D | GrGLPathRange.h | 24 class GrGLPathRange : public GrPathRange { 64 typedef GrPathRange INHERITED;
|
/external/skia/src/gpu/batches/ |
D | GrDrawPathBatch.h | 164 GrPathRange* range, const InstanceData* instanceData, in Create() 176 GrColor color, GrPathRendering::FillType fill, GrPathRange* range, 198 typedef GrPendingIOResource<const GrPathRange, kRead_GrIOType> PendingPathRange;
|
D | GrDrawPathBatch.cpp | 45 GrPathRendering::FillType fill, GrPathRange* range, in GrDrawPathRangeBatch() 134 GrPathRange::kU16_PathIndexType, in onDraw() 159 GrPathRange::kU16_PathIndexType, transformStorage, in onDraw()
|
/external/skia/src/gpu/text/ |
D | GrStencilAndCoverTextContext.cpp | 535 GrPathRange* GrStencilAndCoverTextContext::TextRun::createGlyphs(GrContext* ctx) const { in createGlyphs() 536 GrPathRange* glyphs = static_cast<GrPathRange*>( in createGlyphs() 593 SkAutoTUnref<GrPathRange> glyphs(this->createGlyphs(ctx)); in draw()
|
D | GrStencilAndCoverTextContext.h | 94 GrPathRange* createGlyphs(GrContext*) const;
|
/external/skia/gyp/ |
D | gpu.gypi | 122 '<(skia_src_path)/gpu/GrPathRange.cpp', 123 '<(skia_src_path)/gpu/GrPathRange.h',
|
/external/skia/ |
D | Android.mk | 402 src/gpu/GrPathRange.cpp \
|