Home
last modified time | relevance | path

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

/external/skqp/src/gpu/text/
DGrTextBlobVertexRegenerator.cpp69 uint16_t uBit = (pageIndex >> 1) & 0x1; in regen_texcoords() local
72 u0 |= uBit; in regen_texcoords()
76 u1 |= uBit; in regen_texcoords()
/external/skqp/src/gpu/ops/
DGrSmallPathRenderer.cpp632 uint16_t uBit = (pageIndex >> 1) & 0x1; in addDFPathToAtlas() local
634 shapeData->fTextureCoords.set((atlasLocation.fX+SK_DistanceFieldPad) << 1 | uBit, in addDFPathToAtlas()
637 devPathBounds.width()) << 1 | uBit, in addDFPathToAtlas()
730 uint16_t uBit = (pageIndex >> 1) & 0x1; in addBMPathToAtlas() local
732 shapeData->fTextureCoords.set(atlasLocation.fX << 1 | uBit, atlasLocation.fY << 1 | vBit, in addBMPathToAtlas()
733 (atlasLocation.fX+width) << 1 | uBit, in addBMPathToAtlas()