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

  /external/skia/src/core/
SkRecordDraw.h 54 , fDrawables(drawables)
76 SkDrawable* const* fDrawables;
SkRecordDraw.cpp 137 if (fDrawables) {
139 fCanvas->drawDrawable(fDrawables[r.index], r.matrix);
  /external/skqp/src/core/
SkRecordDraw.h 54 , fDrawables(drawables)
76 SkDrawable* const* fDrawables;
SkRecordDraw.cpp 137 if (fDrawables) {
139 fCanvas->drawDrawable(fDrawables[r.index], r.matrix);

Completed in 104 milliseconds