HomeSort by relevance Sort by last modified time
    Searched refs:writeMul4 (Results 1 - 12 of 12) sorted by null

  /external/skia/include/core/
SkWriter32.h 72 void writeMul4(const void* values, size_t size) {
  /external/skia/src/effects/
Sk2DPathEffect.cpp 85 buffer.writeMul4(&fMatrix, sizeof(fMatrix));
SkKernel33MaskFilter.cpp 105 wb.writeMul4(fKernel, 9 * sizeof(int));
SkDashPathEffect.cpp 158 buffer.writeMul4(fIntervals, fCount * sizeof(fIntervals[0]));
SkEmbossMaskFilter.cpp 140 buffer.writeMul4(&fLight, sizeof(fLight));
SkColorMatrixFilter.cpp 314 buffer.writeMul4(&fState, sizeof(fState));
SkGradientShader.cpp 322 buffer.writeMul4(fOrigColors, fColorCount * sizeof(SkColor));
331 buffer.writeMul4(&fPtsToUnit, sizeof(SkMatrix));
    [all...]
  /external/skia/src/core/
SkColorTable.cpp 163 buffer.writeMul4(fColors, count * sizeof(SkPMColor));
SkPictureRecord.cpp 181 fWriter.writeMul4(pts, count * sizeof(SkPoint));
310 fWriter.writeMul4(pos, points * sizeof(SkPoint));
340 fWriter.writeMul4(xpos, points * sizeof(SkScalar));
405 fWriter.writeMul4(colors, vertexCount * sizeof(SkColor));
491 fWriter.writeMul4(pts, count * sizeof(SkPoint));
SkShader.cpp 54 buffer.writeMul4(fLocalMatrix, sizeof(SkMatrix));
SkPath.cpp     [all...]
SkPicturePlayback.cpp 357 buffer.writeMul4(fMatrices, fMatrixCount * sizeof(SkMatrix));
    [all...]

Completed in 626 milliseconds