Home
last modified time | relevance | path

Searched refs:drawableIsEmpty (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/core/
DSkGlyphRunPainter.cpp266 if (process && !fDrawable.drawableIsEmpty()) { in processGlyphRun()
297 if (process && !fDrawable.drawableIsEmpty()) { in processGlyphRun()
329 if (process && !fDrawable.drawableIsEmpty()) { in processGlyphRun()
359 if (process && !fDrawable.drawableIsEmpty()) { in processGlyphRun()
DSkGlyphBuffer.h211 bool drawableIsEmpty() const { in drawableIsEmpty() function