HomeSort by relevance Sort by last modified time
    Searched refs:GrPathRange (Results 1 - 15 of 15) sorted by null

  /external/skia/src/gpu/
GrPathRange.cpp 8 #include "GrPathRange.h"
11 GrPathRange::GrPathRange(GrGpu* gpu,
21 GrPathRange::GrPathRange(GrGpu* gpu,
27 void GrPathRange::loadPathsIfNeeded(const void* indices, PathIndexType indexType, int count) const {
42 void GrPathRange::assertPathsLoaded(const void* indices, PathIndexType indexType, int count) const {
GrPathRendering.h 13 #include "GrPathRange.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,
195 virtual void onDrawPaths(const DrawPathArgs&, const GrPathRange*, const void*, PathIndexType,
GrResourceProvider.h 14 #include "GrPathRange.h"
85 * Factories for GrPath and GrPathRange objects. It's an error to call these if path rendering
89 GrPathRange* createPathRange(GrPathRange::PathGenerator*, const GrStrokeInfo&);
90 GrPathRange* createGlyphs(const SkTypeface*, const SkDescriptor*, const GrStrokeInfo&);
GrPathRange.h 24 class GrPathRange : public GrGpuResource {
62 GrPathRange(GrGpu*, PathGenerator*);
68 GrPathRange(GrGpu*, int numPaths);
138 // GrPathRange will take care of that after the call is complete.
GrPathRendering.cpp 13 #include "GrPathRange.h"
15 class GlyphGenerator : public GrPathRange::PathGenerator {
53 GrPathRange* GrPathRendering::createGlyphs(const SkTypeface* typeface,
GrResourceProvider.cpp 79 GrPathRange* GrResourceProvider::createPathRange(GrPathRange::PathGenerator* gen,
85 GrPathRange* GrResourceProvider::createGlyphs(const SkTypeface* tf, const SkDescriptor* desc,
GrGpu.h 25 class GrPathRange;
  /external/skia/src/gpu/gl/
GrGLPathRange.h 12 #include "../GrPathRange.h"
24 class GrGLPathRange : public GrPathRange {
64 typedef GrPathRange INHERITED;
GrGLPathRendering.h 37 virtual GrPathRange* createPathRange(GrPathRange::PathGenerator*,
69 void onDrawPaths(const DrawPathArgs&, const GrPathRange*, const void* indices, PathIndexType,
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,
154 void GrGLPathRendering::onDrawPaths(const DrawPathArgs& args, const GrPathRange* pathRange,
  /external/skia/src/gpu/batches/
GrDrawPathBatch.cpp 45 GrPathRendering::FillType fill, GrPathRange* range,
134 GrPathRange::kU16_PathIndexType,
159 GrPathRange::kU16_PathIndexType, transformStorage,
GrDrawPathBatch.h 164 GrPathRange* range, const InstanceData* instanceData,
176 GrColor color, GrPathRendering::FillType fill, GrPathRange* range,
198 typedef GrPendingIOResource<const GrPathRange, kRead_GrIOType> PendingPathRange;
  /external/skia/src/gpu/text/
GrStencilAndCoverTextContext.h 94 GrPathRange* createGlyphs(GrContext*) const;
GrStencilAndCoverTextContext.cpp 13 #include "GrPathRange.h"
535 GrPathRange* GrStencilAndCoverTextContext::TextRun::createGlyphs(GrContext* ctx) const {
536 GrPathRange* glyphs = static_cast<GrPathRange*>(
593 SkAutoTUnref<GrPathRange> glyphs(this->createGlyphs(ctx));
  /external/skia/
Android.mk 402 src/gpu/GrPathRange.cpp \

Completed in 615 milliseconds