Home
last modified time | relevance | path

Searched refs:outBounds (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/text/
DGrAtlasTextBlob.h199 void computeSubRunBounds(SkRect* outBounds, int runIndex, int subRunIndex, in computeSubRunBounds() argument
208 *outBounds = subRun.vertexBounds(); in computeSubRunBounds()
212 outBounds->offset(x - fInitialX, y - fInitialY); in computeSubRunBounds()
213 viewMatrix.mapRect(outBounds); in computeSubRunBounds()
224 boundsMatrix.mapRect(outBounds); in computeSubRunBounds()
227 outBounds->roundOut(outBounds); in computeSubRunBounds()
/external/python/cpython2/Mac/Modules/app/
D_Appmodule.c1224 Rect outBounds; in App_GetThemeButtonContentBounds() local
1236 &outBounds); in App_GetThemeButtonContentBounds()
1239 PyMac_BuildRect, &outBounds); in App_GetThemeButtonContentBounds()
1250 Rect outBounds; in App_GetThemeButtonBackgroundBounds() local
1262 &outBounds); in App_GetThemeButtonBackgroundBounds()
1265 PyMac_BuildRect, &outBounds); in App_GetThemeButtonBackgroundBounds()