Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkBlitter.cpp151 U8CPU rightMask = generate_right_mask((affectedRightBit & 7) + 1); in blitMask() local
152 bits_to_runs(this, cx, cy, bits, 0xFF, rowBytes, rightMask); in blitMask()
175 U8CPU rightMask = generate_right_mask((affectedRightBit & 7) + 1); in blitMask() local
183 bits_to_runs(this, bitsLeft, cy, bits, leftMask, rowBytes, rightMask); in blitMask()
/external/swiftshader/src/OpenGL/compiler/
DOutputASM.cpp2473 int rightMask = 0; in lvalue() local
2482 rightMask = rightMask | (1 << element); in lvalue()
2486 dst.mask = leftMask & rightMask; in lvalue()