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

/external/skia/src/ports/
H A DSkFontHost_FreeType_common.cpp299 const int leftOverBits = width & 7; local
313 if (leftOverBits > 0) {
316 for (int i = 0; i < leftOverBits; ++i, --shift) {
/external/skqp/src/ports/
H A DSkFontHost_FreeType_common.cpp299 const int leftOverBits = width & 7; local
313 if (leftOverBits > 0) {
316 for (int i = 0; i < leftOverBits; ++i, --shift) {
/external/skia/src/core/
H A DSkScalerContext.cpp309 const int leftOverBits = width & 7; local
324 if (leftOverBits > 0) {
327 for (int i = 0; i < leftOverBits; ++i, --shift) {
H A DSkAAClip.cpp2151 const int leftOverBits = width & 7; local
2167 if (leftOverBits) {
2169 for (int x = 0; x < leftOverBits; ++x) {
/external/skqp/src/core/
H A DSkScalerContext.cpp315 const int leftOverBits = width & 7; local
330 if (leftOverBits > 0) {
333 for (int i = 0; i < leftOverBits; ++i, --shift) {
H A DSkAAClip.cpp2151 const int leftOverBits = width & 7; local
2167 if (leftOverBits) {
2169 for (int x = 0; x < leftOverBits; ++x) {

Completed in 7773 milliseconds