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

  /external/skia/src/core/
SkBitmapProcShader.h 44 virtual bool toDumpString(SkString* str) const;
SkBitmapProcShader.cpp 263 bool SkBitmapProcShader::toDumpString(SkString* str) const {
282 m.toDumpString(&info);
SkFlattenable.cpp 260 bool SkFlattenable::toDumpString(SkString* str) const {
SkMatrix.cpp     [all...]
  /external/skia/include/core/
SkFlattenable.h 56 virtual bool toDumpString(SkString*) const;
SkMatrix.h 419 void toDumpString(SkString*) const;
  /external/skia/src/utils/
SkDumpCanvas.cpp 228 matrix.toDumpString(&str);
235 matrix.toDumpString(&str);
318 m.toDumpString(&ms);
419 if (ptr->toDumpString(&info)) {

Completed in 771 milliseconds