Searched refs:boundsHalfHeight (Results 1 - 2 of 2) sorted by relevance

/external/skia/gm/
H A Dmixedtextblobs.cpp64 const SkScalar boundsHalfHeight = bounds.height() * SK_ScalarHalf; variable
67 yOffset = boundsHalfHeight;
126 const SkScalar boundsHalfHeight = bounds.height() * SK_ScalarHalf; variable
128 const SkScalar boundsQuarterHeight = boundsHalfHeight * SK_ScalarHalf;
131 boundsHalfWidth, boundsHalfHeight);
133 boundsHalfWidth, boundsHalfHeight);
H A Dcoloremoji.cpp128 const SkScalar boundsHalfHeight = bounds.height() * SK_ScalarHalf; variable
130 const SkScalar boundsQuarterHeight = boundsHalfHeight * SK_ScalarHalf;
133 boundsHalfWidth, boundsHalfHeight);
135 boundsHalfWidth, boundsHalfHeight);

Completed in 114 milliseconds