Searched refs:fPathDevIBounds (Results 1 – 4 of 4) sorted by relevance
51 fDeviceSpacePath.getBounds().roundOut(&fPathDevIBounds); in init()62 if (ibounds.intersect(fAccessRect, fPathDevIBounds)) { in accountForOwnPath()72 fAccessRect, fDeviceSpacePath, fPathDevIBounds, GrFillRuleForSkPath(fDeviceSpacePath), in renderPathInAtlas()
57 return fPathDevIBounds; in pathDevIBounds()69 SkIRect fPathDevIBounds; variable
35 (float)i->fPathDevIBounds.left() << in writeInstanceData()36 (float)i->fPathDevIBounds.top() << in writeInstanceData()38 SkSize::Make(i->fPathDevIBounds.size())); in writeInstanceData()
63 , fPathDevIBounds(pathDevIBounds) in Instance()69 SkIRect fPathDevIBounds; member