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

  /external/skia/gpu/include/
GrTemplates.h 25 template <typename Dst, typename Src> Dst GrTCast(Src src) {
GrDrawTarget.h     [all...]
  /external/skia/src/gpu/
SkGrFontScaler.cpp 45 fDesc = GrTCast<SkDescriptor*>(fStorage);
53 if (fDesc != GrTCast<SkDescriptor*>(fStorage)) {
  /external/skia/gpu/src/
GrDrawTarget.cpp 630 GrTCast<GrPoint*>(vertices)->setRectFan(rect.fLeft, rect.fTop,
634 matrix->mapPointsWithStride(GrTCast<GrPoint*>(vertices), vsize, 4);
639 GrPoint* coords = GrTCast<GrPoint*>(GrTCast<intptr_t>(vertices) +
GrTextContext.cpp 267 GrTCast<void**>(&fVertices),

Completed in 44 milliseconds