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