Home
last modified time | relevance | path

Searched refs:leftOverBits (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/src/core/
H A DSkScalerContext.cpp426 const int leftOverBits = width & 7; in packA8ToA1() local
441 if (leftOverBits > 0) { in packA8ToA1()
444 for (int i = 0; i < leftOverBits; ++i, --shift) { in packA8ToA1()
H A DSkAAClip.cpp1875 const int leftOverBits = width & 7;
1891 if (leftOverBits) {
1893 for (int x = 0; x < leftOverBits; ++x) {
/third_party/skia/src/ports/
H A DSkFontHost_FreeType_common.cpp316 const int leftOverBits = width & 7; in packA8ToA1() local
330 if (leftOverBits > 0) { in packA8ToA1()
333 for (int i = 0; i < leftOverBits; ++i, --shift) { in packA8ToA1()

Completed in 8 milliseconds