Home
last modified time | relevance | path

Searched defs:hasW (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/src/gpu/text/
DGrTextBlobVertexRegenerator.cpp196 bool hasW = fSubRun->hasWCoord(); in doRegen() local
289 bool hasW = fSubRun->hasWCoord(); in regenerate() local
DGrTextBlob.h344 void setHasWCoord(bool hasW) { fFlags.hasWCoord = hasW; } in setHasWCoord()
/third_party/flutter/skia/src/core/
DSkGlyphRunPainter.cpp724 bool hasW = this->hasWCoord(); in appendGlyph() local
900 bool hasW) { in processSourceFallback()