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

  /external/skia/include/core/
SkTypeface.h 347 virtual bool onComputeBounds(SkRect*) const;
  /external/skqp/include/core/
SkTypeface.h 347 virtual bool onComputeBounds(SkRect*) const;
  /external/skia/src/core/
SkTypeface.cpp 324 if (!this->onComputeBounds(&fBounds)) {
331 bool SkTypeface::onComputeBounds(SkRect* bounds) const {
  /external/skqp/src/core/
SkTypeface.cpp 324 if (!this->onComputeBounds(&fBounds)) {
331 bool SkTypeface::onComputeBounds(SkRect* bounds) const {

Completed in 93 milliseconds