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

  /external/skia/include/gpu/
GrPoint.h 25 fX = GrToS16(x);
26 fY = GrToS16(y);
GrTypes.h 166 static inline int16_t GrToS16(intptr_t x) {
173 #define GrToS16(x) x

Completed in 38 milliseconds