Home
last modified time | relevance | path

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

/external/chromium_org/third_party/skia/src/utils/
DSkPathUtils.cpp70 int curPixel = GetBit(line,i); in Line2path_span() local
72 if ( (curPixel!=0) != inRun ) { // if transition in Line2path_span()
73 if (curPixel) { // if transition on in Line2path_span()
123 int curPixel = GetBit(line,i); in BitsToPath_Region() local
125 if ( (curPixel!=0) != inRun ) { // if transition in BitsToPath_Region()
126 if (curPixel) { // if transition on in BitsToPath_Region()
/external/skia/src/utils/
DSkPathUtils.cpp70 int curPixel = GetBit(line,i); in Line2path_span() local
72 if ( (curPixel!=0) != inRun ) { // if transition in Line2path_span()
73 if (curPixel) { // if transition on in Line2path_span()
123 int curPixel = GetBit(line,i); in BitsToPath_Region() local
125 if ( (curPixel!=0) != inRun ) { // if transition in BitsToPath_Region()
126 if (curPixel) { // if transition on in BitsToPath_Region()