Home
last modified time | relevance | path

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

/external/skqp/src/gpu/text/
DGrTextBlobVertexRegenerator.cpp70 uint16_t vBit = pageIndex & 0x1; in regen_texcoords() local
74 v0 |= vBit; in regen_texcoords()
78 v1 |= vBit; in regen_texcoords()
/external/skqp/src/gpu/ops/
DGrSmallPathRenderer.cpp633 uint16_t vBit = pageIndex & 0x1; in addDFPathToAtlas() local
635 (atlasLocation.fY+SK_DistanceFieldPad) << 1 | vBit, in addDFPathToAtlas()
639 devPathBounds.height()) << 1 | vBit); in addDFPathToAtlas()
731 uint16_t vBit = pageIndex & 0x1; in addBMPathToAtlas() local
732 shapeData->fTextureCoords.set(atlasLocation.fX << 1 | uBit, atlasLocation.fY << 1 | vBit, in addBMPathToAtlas()
734 (atlasLocation.fY+height) << 1 | vBit); in addBMPathToAtlas()