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

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

Completed in 104 milliseconds