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

/external/skia/gm/
H A Dcoloremoji.cpp136 const SkScalar boundsHalfHeight = bounds.height() * SK_ScalarHalf; variable
138 const SkScalar boundsQuarterHeight = boundsHalfHeight * SK_ScalarHalf;
141 boundsHalfWidth, boundsHalfHeight);
143 boundsHalfWidth, boundsHalfHeight);
H A Dmixedtextblobs.cpp70 const SkScalar boundsHalfHeight = bounds.height() * SK_ScalarHalf; variable
73 yOffset = boundsHalfHeight;
126 const SkScalar boundsHalfHeight = bounds.height() * SK_ScalarHalf; variable
128 const SkScalar boundsQuarterHeight = boundsHalfHeight * SK_ScalarHalf;
131 boundsHalfWidth, boundsHalfHeight);
133 boundsHalfWidth, boundsHalfHeight);

Completed in 62 milliseconds