Home
last modified time | relevance | path

Searched defs:devIBounds (Results 1 – 14 of 14) sorted by relevance

/external/skia/src/gpu/tessellate/
DGrGpuTessellationPathRenderer.cpp62 SkIRect devIBounds; in onDrawPath() local
81 SkIRect* devIBounds, SkIVector* devToAtlasOffset) { in tryAddPathToAtlas()
DGrDrawAtlasPathOp.h18 const SkIRect& devIBounds, const SkIVector& devToAtlasOffset, in GrDrawAtlasPathOp()
/external/skqp/src/gpu/ccpr/
DGrCCAtlas.cpp106 bool GrCCAtlas::addRect(const SkIRect& devIBounds, SkIVector* offset) { in addRect()
212 GrCCAtlas* GrCCAtlasStack::addRect(const SkIRect& devIBounds, SkIVector* devToAtlasOffset) { in addRect()
DGrCCPathCache.h220 const SkIRect& devIBounds() const { return fDevIBounds; } in devIBounds() function
DGrCCPathCache.cpp355 const SkRect& devBounds, const SkRect& devBounds45, const SkIRect& devIBounds, in setCoverageCountAtlas()
DGrCCDrawPathsOp.cpp362 SkIRect devIBounds; in setupResources() local
DGrCCPerFlushResources.cpp334 SkRect* devBounds, SkRect* devBounds45, SkIRect* devIBounds, SkIVector* devToAtlasOffset) { in renderShapeInAtlas()
/external/skia/src/gpu/ccpr/
DGrCCAtlas.cpp85 GrCCAtlas* GrCCAtlasStack::addRect(const SkIRect& devIBounds, SkIVector* devToAtlasOffset) { in addRect()
DGrCCPathCache.h223 const SkIRect& devIBounds() const { return fDevIBounds; } in devIBounds() function
DGrCCPathCache.cpp360 const GrOctoBounds& octoBounds, const SkIRect& devIBounds, const SkIVector& maskShift) { in setCoverageCountAtlas()
DGrCCDrawPathsOp.cpp384 SkIRect devIBounds; in setupResources() local
DGrCCPerFlushResources.cpp368 GrOctoBounds* octoBounds, SkIRect* devIBounds, SkIVector* devToAtlasOffset) { in renderShapeInAtlas()
/external/skia/tests/
DOctoBoundsTest.cpp140 SkIRect devIBounds; in test_octagon() local
/external/skia/src/gpu/
DGrDynamicAtlas.cpp103 bool GrDynamicAtlas::addRect(const SkIRect& devIBounds, SkIVector* offset) { in addRect()