Home | History | Annotate | Download | only in utils

Lines Matching defs:line

40 static void Line2path_pixel(SkPath* path, const char* line,
44 if (GetBit(line,i)) {
51 static void Line2path_pixelCircle(SkPath* path, const char* line,
55 if (GetBit(line,i)) {
64 static void Line2path_span(SkPath* path, const char* line,
70 int curPixel = GetBit(line,i);
87 if ( GetBit(line,width-1) ) ++end;
91 } else if ( GetBit(line, width - 1) ) { // if last pixel on add
101 // loop for every line in bitmap
103 // fn ptr handles each line separately
115 // loop for each line
119 const char* line = &bitmap[y * stride];
123 int curPixel = GetBit(line,i);
139 if ( GetBit(line,w-1) ) ++end;
144 } else if ( GetBit(line,w-1) ) { // if last pixel on add rect