Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkGlyphRunPainter.cpp267 if (process && !fDrawable.drawableIsEmpty()) { in processGlyphRun()
295 if (process && !fDrawable.drawableIsEmpty()) { in processGlyphRun()
328 if (process && !fDrawable.drawableIsEmpty()) { in processGlyphRun()
357 if (process && !fDrawable.drawableIsEmpty()) { in processGlyphRun()
DSkGlyphBuffer.h211 bool drawableIsEmpty() const { in drawableIsEmpty() function