HomeSort by relevance Sort by last modified time
    Searched defs:MapPtsProc (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/include/core/
SkMatrix.h 511 typedef void (*MapPtsProc)(const SkMatrix& mat, SkPoint dst[],
514 static MapPtsProc GetMapPtsProc(TypeMask mask) {
519 MapPtsProc getMapPtsProc() const {
714 static const MapPtsProc gMapPtsProcs[];
  /external/skia/include/core/
SkMatrix.h 511 typedef void (*MapPtsProc)(const SkMatrix& mat, SkPoint dst[],
514 static MapPtsProc GetMapPtsProc(TypeMask mask) {
519 MapPtsProc getMapPtsProc() const {
714 static const MapPtsProc gMapPtsProcs[];

Completed in 79 milliseconds