Searched refs:hasWCoord (Results 1 – 4 of 4) sorted by relevance
159 static size_t GetVertexStride(GrMaskFormat maskFormat, bool hasWCoord) { in GetVertexStride() argument162 return hasWCoord ? kGrayTextDFPerspectiveVASize : kGrayTextVASize; in GetVertexStride()164 return hasWCoord ? kColorTextPerspectiveVASize : kColorTextVASize; in GetVertexStride()166 SkASSERT(!hasWCoord); in GetVertexStride()344 void setHasWCoord(bool hasW) { fFlags.hasWCoord = hasW; } in setHasWCoord()345 bool hasWCoord() const { return fFlags.hasWCoord; } in hasWCoord() function371 bool hasWCoord:1; member410 void setSubRunHasW(bool hasWCoord) { in setSubRunHasW()412 subRun.setHasWCoord(hasWCoord); in setSubRunHasW()455 void setSubRunHasDistanceFields(bool hasLCD, bool isAntiAlias, bool hasWCoord) { in setSubRunHasDistanceFields()[all …]
196 bool hasW = fSubRun->hasWCoord(); in doRegen()289 bool hasW = fSubRun->hasWCoord(); in regenerate()
458 bool hasWCoord = in processGlyphRunList() local469 hasWCoord); in processGlyphRunList()724 bool hasW = this->hasWCoord(); in appendGlyph()882 bool hasWCoord) { in processSourceSDFT() argument888 hasWCoord); in processSourceSDFT()
174 bool hasWCoord) = 0;