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

  /external/chromium_org/third_party/skia/src/core/
SkPictureShader.h 44 SkShader* refBitmapShader(const SkMatrix&, const SkMatrix* localMatrix) const;
SkPictureShader.cpp 70 SkShader* SkPictureShader::refBitmapShader(const SkMatrix& matrix, const SkMatrix* localM) const {
139 SkAutoTUnref<SkShader> bitmapShader(this->refBitmapShader(*rec.fMatrix, rec.fLocalMatrix));
218 SkAutoTUnref<SkShader> bitmapShader(this->refBitmapShader(context->getMatrix(), localMatrix));
  /external/skia/src/core/
SkPictureShader.h 43 SkShader* refBitmapShader(const SkMatrix&, const SkMatrix* localMatrix) const;
SkPictureShader.cpp 55 SkShader* SkPictureShader::refBitmapShader(const SkMatrix& matrix, const SkMatrix* localM) const {
117 SkAutoTUnref<SkShader> bitmapShader(this->refBitmapShader(*rec.fMatrix, rec.fLocalMatrix));
194 SkAutoTUnref<SkShader> bitmapShader(this->refBitmapShader(context->getMatrix(), localMatrix));

Completed in 123 milliseconds