Searched refs:uBit (Results 1 – 2 of 2) sorted by relevance
69 uint16_t uBit = (pageIndex >> 1) & 0x1; in regen_texcoords() local72 u0 |= uBit; in regen_texcoords()76 u1 |= uBit; in regen_texcoords()
632 uint16_t uBit = (pageIndex >> 1) & 0x1; in addDFPathToAtlas() local634 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() local732 shapeData->fTextureCoords.set(atlasLocation.fX << 1 | uBit, atlasLocation.fY << 1 | vBit, in addBMPathToAtlas()733 (atlasLocation.fX+width) << 1 | uBit, in addBMPathToAtlas()