Home
last modified time | relevance | path

Searched refs:fPathDevIBounds (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/src/gpu/ccpr/
DGrCCClipPath.cpp51 fDeviceSpacePath.getBounds().roundOut(&fPathDevIBounds); in init()
62 if (ibounds.intersect(fAccessRect, fPathDevIBounds)) { in accountForOwnPath()
72 fAccessRect, fDeviceSpacePath, fPathDevIBounds, GrFillRuleForSkPath(fDeviceSpacePath), in renderPathInAtlas()
DGrCCClipPath.h57 return fPathDevIBounds; in pathDevIBounds()
69 SkIRect fPathDevIBounds; variable
/third_party/skia/src/gpu/ops/
DAtlasInstancedHelper.cpp35 (float)i->fPathDevIBounds.left() << in writeInstanceData()
36 (float)i->fPathDevIBounds.top() << in writeInstanceData()
38 SkSize::Make(i->fPathDevIBounds.size())); in writeInstanceData()
DAtlasInstancedHelper.h63 , fPathDevIBounds(pathDevIBounds) in Instance()
69 SkIRect fPathDevIBounds; member