Searched defs:devIBounds (Results 1 – 14 of 14) sorted by relevance
/external/skia/src/gpu/tessellate/ |
D | GrGpuTessellationPathRenderer.cpp | 62 SkIRect devIBounds; in onDrawPath() local 81 SkIRect* devIBounds, SkIVector* devToAtlasOffset) { in tryAddPathToAtlas()
|
D | GrDrawAtlasPathOp.h | 18 const SkIRect& devIBounds, const SkIVector& devToAtlasOffset, in GrDrawAtlasPathOp()
|
/external/skqp/src/gpu/ccpr/ |
D | GrCCAtlas.cpp | 106 bool GrCCAtlas::addRect(const SkIRect& devIBounds, SkIVector* offset) { in addRect() 212 GrCCAtlas* GrCCAtlasStack::addRect(const SkIRect& devIBounds, SkIVector* devToAtlasOffset) { in addRect()
|
D | GrCCPathCache.h | 220 const SkIRect& devIBounds() const { return fDevIBounds; } in devIBounds() function
|
D | GrCCPathCache.cpp | 355 const SkRect& devBounds, const SkRect& devBounds45, const SkIRect& devIBounds, in setCoverageCountAtlas()
|
D | GrCCDrawPathsOp.cpp | 362 SkIRect devIBounds; in setupResources() local
|
D | GrCCPerFlushResources.cpp | 334 SkRect* devBounds, SkRect* devBounds45, SkIRect* devIBounds, SkIVector* devToAtlasOffset) { in renderShapeInAtlas()
|
/external/skia/src/gpu/ccpr/ |
D | GrCCAtlas.cpp | 85 GrCCAtlas* GrCCAtlasStack::addRect(const SkIRect& devIBounds, SkIVector* devToAtlasOffset) { in addRect()
|
D | GrCCPathCache.h | 223 const SkIRect& devIBounds() const { return fDevIBounds; } in devIBounds() function
|
D | GrCCPathCache.cpp | 360 const GrOctoBounds& octoBounds, const SkIRect& devIBounds, const SkIVector& maskShift) { in setCoverageCountAtlas()
|
D | GrCCDrawPathsOp.cpp | 384 SkIRect devIBounds; in setupResources() local
|
D | GrCCPerFlushResources.cpp | 368 GrOctoBounds* octoBounds, SkIRect* devIBounds, SkIVector* devToAtlasOffset) { in renderShapeInAtlas()
|
/external/skia/tests/ |
D | OctoBoundsTest.cpp | 140 SkIRect devIBounds; in test_octagon() local
|
/external/skia/src/gpu/ |
D | GrDynamicAtlas.cpp | 103 bool GrDynamicAtlas::addRect(const SkIRect& devIBounds, SkIVector* offset) { in addRect()
|