Home
last modified time | relevance | path

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

/external/skqp/src/gpu/text/
DGrTextBlob.h176 void computeSubRunBounds(SkRect* outBounds, int runIndex, int subRunIndex, in computeSubRunBounds() argument
186 *outBounds = subRun.vertexBounds(); in computeSubRunBounds()
190 outBounds->offset(x - fInitialX, y - fInitialY); in computeSubRunBounds()
191 viewMatrix.mapRect(outBounds); in computeSubRunBounds()
202 boundsMatrix.mapRect(outBounds); in computeSubRunBounds()
205 outBounds->roundOut(outBounds); in computeSubRunBounds()
/external/skia/src/gpu/text/
DGrTextBlob.h179 void computeSubRunBounds(SkRect* outBounds, int runIndex, int subRunIndex, in computeSubRunBounds() argument
189 *outBounds = subRun.vertexBounds(); in computeSubRunBounds()
193 outBounds->offset(x - fInitialX, y - fInitialY); in computeSubRunBounds()
194 viewMatrix.mapRect(outBounds); in computeSubRunBounds()
205 boundsMatrix.mapRect(outBounds); in computeSubRunBounds()
208 outBounds->roundOut(outBounds); in computeSubRunBounds()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowAccessibilityWindowInfo.java206 protected void getBoundsInScreen(Rect outBounds) { in getBoundsInScreen() argument
208 outBounds.setEmpty(); in getBoundsInScreen()
210 outBounds.set(boundsInScreen); in getBoundsInScreen()
DShadowAccessibilityNodeInfo.java831 protected void getBoundsInScreen(Rect outBounds) { in getBoundsInScreen() argument
835 outBounds.set(boundsInScreen); in getBoundsInScreen()
839 protected void getBoundsInParent(Rect outBounds) { in getBoundsInParent() argument
843 outBounds.set(boundsInParent); in getBoundsInParent()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowAccessibilityNodeInfoTest.java43 Rect outBounds = new Rect(); in shouldHaveZeroBounds() local
44 node.getBoundsInParent(outBounds); in shouldHaveZeroBounds()
45 assertThat(outBounds.left).isEqualTo(0); in shouldHaveZeroBounds()
/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()