Searched refs:writeMul4 (Results 1 – 2 of 2) sorted by relevance
406 fWriter.writeMul4(pts, count * sizeof(SkPoint)); in onDrawPoints()571 fWriter.writeMul4(pos, points * sizeof(SkPoint)); in onDrawPosText()589 fWriter.writeMul4(xpos, points * sizeof(SkScalar)); in onDrawPosTextH()689 fWriter.writeMul4(colors, vertexCount * sizeof(SkColor)); in onDrawVertices()915 fWriter.writeMul4(pts, count * sizeof(SkPoint)); in addPoints()
158 void writeMul4(const void* values, size_t size) { in writeMul4() function