HomeSort by relevance Sort by last modified time
    Searched refs:SkCullPoints (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/skia/include/utils/
SkCullPoints.h 15 class SkCullPoints {
17 SkCullPoints();
18 SkCullPoints(const SkIRect& r);
50 Similar to SkCullPoints, but this class handles the return values
64 SkCullPoints fCP;
  /external/skia/include/utils/
SkCullPoints.h 15 class SkCullPoints {
17 SkCullPoints();
18 SkCullPoints(const SkIRect& r);
50 Similar to SkCullPoints, but this class handles the return values
64 SkCullPoints fCP;
  /external/chromium_org/third_party/skia/src/utils/
SkCullPoints.cpp 8 #include "SkCullPoints.h"
18 bool SkCullPoints::sect_test(int x0, int y0, int x1, int y1) const {
56 SkCullPoints::SkCullPoints() {
62 SkCullPoints::SkCullPoints(const SkIRect& r) {
66 void SkCullPoints::reset(const SkIRect& r) {
73 void SkCullPoints::moveTo(int x, int y) {
78 SkCullPoints::LineToResult SkCullPoints::lineTo(int x, int y, SkIPoint line[])
    [all...]
  /external/skia/src/utils/
SkCullPoints.cpp 8 #include "SkCullPoints.h"
18 bool SkCullPoints::sect_test(int x0, int y0, int x1, int y1) const {
56 SkCullPoints::SkCullPoints() {
62 SkCullPoints::SkCullPoints(const SkIRect& r) {
66 void SkCullPoints::reset(const SkIRect& r) {
73 void SkCullPoints::moveTo(int x, int y) {
78 SkCullPoints::LineToResult SkCullPoints::lineTo(int x, int y, SkIPoint line[])
    [all...]
  /external/skia/
Android.mk 374 src/utils/SkCullPoints.cpp \

Completed in 661 milliseconds