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

1 2

  /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 12 #include "GrPathRange.h"
39 typedef GrPathRange::PathIndexType PathIndexType;
101 virtual sk_sp<GrPathRange> createPathRange(GrPathRange::PathGenerator*, const GrStyle&) = 0;
130 sk_sp<GrPathRange> createGlyphs(const SkTypeface*, const SkScalerContextEffects&,
163 const GrPathRange* pathRange,
181 const GrPathRange*,
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 15 #include "GrPathRange.h"
48 class GlyphGenerator : public GrPathRange::PathGenerator {
75 sk_sp<GrPathRange> GrPathRendering::createGlyphs(const SkTypeface* typeface,
121 const GrPathRange* pathRange,
GrResourceProvider.h 13 #include "GrPathRange.h"
169 * Factories for GrPath and GrPathRange objects. It's an error to call these if path rendering
173 sk_sp<GrPathRange> createPathRange(GrPathRange::PathGenerator*, const GrStyle&);
174 sk_sp<GrPathRange> createGlyphs(const SkTypeface*, const SkScalerContextEffects&,
GrResourceProvider.cpp 354 sk_sp<GrPathRange> GrResourceProvider::createPathRange(GrPathRange::PathGenerator* gen,
364 sk_sp<GrPathRange> GrResourceProvider::createGlyphs(const SkTypeface* tf,
GrGpu.h 31 class GrPathRange;
  /external/skqp/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 12 #include "GrPathRange.h"
39 typedef GrPathRange::PathIndexType PathIndexType;
101 virtual sk_sp<GrPathRange> createPathRange(GrPathRange::PathGenerator*, const GrStyle&) = 0;
130 sk_sp<GrPathRange> createGlyphs(const SkTypeface*, const SkScalerContextEffects&,
163 const GrPathRange* pathRange,
181 const GrPathRange*,
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 15 #include "GrPathRange.h"
48 class GlyphGenerator : public GrPathRange::PathGenerator {
75 sk_sp<GrPathRange> GrPathRendering::createGlyphs(const SkTypeface* typeface,
131 const GrPathRange* pathRange,
GrResourceProvider.h 12 #include "GrPathRange.h"
166 * Factories for GrPath and GrPathRange objects. It's an error to call these if path rendering
170 sk_sp<GrPathRange> createPathRange(GrPathRange::PathGenerator*, const GrStyle&);
171 sk_sp<GrPathRange> createGlyphs(const SkTypeface*, const SkScalerContextEffects&,
GrResourceProvider.cpp 362 sk_sp<GrPathRange> GrResourceProvider::createPathRange(GrPathRange::PathGenerator* gen,
372 sk_sp<GrPathRange> GrResourceProvider::createGlyphs(const SkTypeface* tf,
  /external/skia/src/gpu/gl/
GrGLPathRange.h 11 #include "../GrPathRange.h"
23 class GrGLPathRange : public GrPathRange {
63 typedef GrPathRange INHERITED;
GrGLPathRendering.h 39 virtual sk_sp<GrPathRange> createPathRange(GrPathRange::PathGenerator*,
77 const GrPathRange*,
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);
112 sk_sp<GrPathRange> GrGLPathRendering::createPathRange(GrPathRange::PathGenerator* pathGenerator,
177 const GrPathRange* pathRange, const void* indices,
  /external/skqp/src/gpu/gl/
GrGLPathRange.h 11 #include "../GrPathRange.h"
23 class GrGLPathRange : public GrPathRange {
63 typedef GrPathRange INHERITED;
GrGLPathRendering.h 39 virtual sk_sp<GrPathRange> createPathRange(GrPathRange::PathGenerator*,
77 const GrPathRange*,
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);
112 sk_sp<GrPathRange> GrGLPathRendering::createPathRange(GrPathRange::PathGenerator* pathGenerator,
177 const GrPathRange* pathRange, const void* indices,
  /external/skia/src/gpu/ops/
GrDrawPathOp.h 178 GrPathRange* range, const InstanceData* instanceData,
192 GrPathRange* range, const InstanceData* instanceData, const SkRect& bounds);
211 typedef GrPendingIOResource<const GrPathRange, kRead_GrIOType> PendingPathRange;
GrDrawPathOp.cpp 92 GrAAType aaType, GrPathRange* range,
191 GrPathRange::kU16_PathIndexType,
219 GrPathRange::kU16_PathIndexType,
  /external/skqp/src/gpu/ops/
GrDrawPathOp.h 178 GrPathRange* range, const InstanceData* instanceData,
192 GrPathRange* range, const InstanceData* instanceData, const SkRect& bounds);
211 typedef GrPendingIOResource<const GrPathRange, kRead_GrIOType> PendingPathRange;
GrDrawPathOp.cpp 92 GrAAType aaType, GrPathRange* range,
191 GrPathRange::kU16_PathIndexType,
219 GrPathRange::kU16_PathIndexType,
  /external/skqp/src/gpu/text/
GrStencilAndCoverTextContext.h 92 sk_sp<GrPathRange> createGlyphs(GrResourceProvider*) const;
GrStencilAndCoverTextContext.cpp 12 #include "GrPathRange.h"
514 sk_sp<GrPathRange> GrStencilAndCoverTextContext::TextRun::createGlyphs(
516 sk_sp<GrPathRange> glyphs =
517 resourceProvider->findByUniqueKey<GrPathRange>(fGlyphPathsKey);
560 sk_sp<GrPathRange> glyphs(this->createGlyphs(ctx->contextPriv().resourceProvider()));

Completed in 524 milliseconds

1 2