Home | History | Annotate | Download | only in hwui

Lines Matching defs:point

26         ALOGD("point %d at %f %f, alpha %f", \
31 ALOGD("point %d at %f %f", i, buffer[i].position[0], buffer[i].position[1]); \
182 * Fills a vertexBuffer with non-alpha vertices, zig-zagging at each perimeter point to create a
324 * 1 - create the AA perimeter of unit width, by zig-zagging at each point around the perimeter of
335 // generate alpha points - fill Alpha vertex gaps in between each point with
349 // AA point offset from original point is that point's normal, such that each side is offset
372 // triangle strip that fills the hull, repeating the first inner point to
417 // determine referencePoint, the center point for the 4 primary cap vertices
418 const Vertex* point = isFirst ? vertices.begin() : (vertices.end() - 1);
419 vec2 referencePoint(point->position[0], point->position[1]);
543 * 'roundDivOffset' or 'rDO' is the point about halfway along the start cap's round perimeter, where
545 this offset, the fill of the stroke is drawn from this point with minimal extra vertices.
745 ALOGD("orig path: point at %f %f",
806 // determine point shape