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

  /external/skia/src/core/
SkTypeface.cpp 305 struct SkTypeface::BoundsComputer {
308 BoundsComputer(const SkTypeface& tf) : fTypeface(tf) {}
320 return *fLazyBounds.get(BoundsComputer(*this));
  /external/skia/include/core/
SkTypeface.h 390 struct BoundsComputer;
391 // friend struct BoundsComputer;

Completed in 202 milliseconds