Home
last modified time | relevance | path

Searched refs:GrPathRange (Results 1 – 16 of 16) sorted by relevance

/external/skia/src/gpu/
DGrPathRange.cpp11 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()
DGrPathRendering.h38 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,
DGrPathRange.h24 class GrPathRange : public GrGpuResource {
62 GrPathRange(GrGpu*, PathGenerator*);
68 GrPathRange(GrGpu*, int numPaths);
DGrResourceProvider.h89 GrPathRange* createPathRange(GrPathRange::PathGenerator*, const GrStrokeInfo&);
90 GrPathRange* createGlyphs(const SkTypeface*, const SkDescriptor*, const GrStrokeInfo&);
DGrPathRendering.cpp15 class GlyphGenerator : public GrPathRange::PathGenerator {
53 GrPathRange* GrPathRendering::createGlyphs(const SkTypeface* typeface, in createGlyphs()
DGrResourceProvider.cpp79 GrPathRange* GrResourceProvider::createPathRange(GrPathRange::PathGenerator* gen, in createPathRange()
85 GrPathRange* GrResourceProvider::createGlyphs(const SkTypeface* tf, const SkDescriptor* desc, in createGlyphs()
DGrGpu.h25 class GrPathRange; variable
/external/skia/src/gpu/gl/
DGrGLPathRendering.cpp32 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()
DGrGLPathRendering.h37 virtual GrPathRange* createPathRange(GrPathRange::PathGenerator*,
69 void onDrawPaths(const DrawPathArgs&, const GrPathRange*, const void* indices, PathIndexType,
DGrGLPathRange.h24 class GrGLPathRange : public GrPathRange {
64 typedef GrPathRange INHERITED;
/external/skia/src/gpu/batches/
DGrDrawPathBatch.h164 GrPathRange* range, const InstanceData* instanceData, in Create()
176 GrColor color, GrPathRendering::FillType fill, GrPathRange* range,
198 typedef GrPendingIOResource<const GrPathRange, kRead_GrIOType> PendingPathRange;
DGrDrawPathBatch.cpp45 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/
DGrStencilAndCoverTextContext.cpp535 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()
DGrStencilAndCoverTextContext.h94 GrPathRange* createGlyphs(GrContext*) const;
/external/skia/gyp/
Dgpu.gypi122 '<(skia_src_path)/gpu/GrPathRange.cpp',
123 '<(skia_src_path)/gpu/GrPathRange.h',
/external/skia/
DAndroid.mk402 src/gpu/GrPathRange.cpp \