Home
last modified time | relevance | path

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

/external/skia/src/pipe/
DSkGPipeWrite.cpp1166 template <typename T> uint32_t castToU32(T value) { in castToU32() function
1210 *ptr++ = castToU32(paint.getStrokeWidth()); in writePaint()
1215 *ptr++ = castToU32(paint.getStrokeMiter()); in writePaint()
1232 *ptr++ = castToU32(paint.getTextSize()); in writePaint()
1237 *ptr++ = castToU32(paint.getTextScaleX()); in writePaint()
1242 *ptr++ = castToU32(paint.getTextSkewX()); in writePaint()