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

  /external/skia/src/core/
SkMatrixUtils.h 31 bool SkTreatAsSprite(const SkMatrix&, int width, int height,
35 * Calls SkTreatAsSprite() with default subpixelBits value to match Skia's
40 return SkTreatAsSprite(matrix, width, height, kSkSubPixelBitsForBilerp);
SkMatrix.cpp     [all...]
SkDraw.cpp     [all...]
  /external/skia/tests/
DrawBitmapRectTest.cpp 38 return SkTreatAsSprite(mat, size.width(), size.height(), bits);

Completed in 167 milliseconds