Lines Matching refs:Tree
41 const int Tree::MAX_CACHED_BITMAP_SIZE = 2048;
410 int Tree::draw(Canvas* outCanvas, SkColorFilter* colorFilter, const SkRect& bounds, in draw()
428 scaledWidth = std::min(Tree::MAX_CACHED_BITMAP_SIZE, scaledWidth); in draw()
429 scaledHeight = std::min(Tree::MAX_CACHED_BITMAP_SIZE, scaledHeight); in draw()
457 void Tree::drawStaging(Canvas* outCanvas) { in drawStaging()
479 void Tree::getPaintFor(Paint* outPaint, const TreeProperties& prop) const { in getPaintFor()
488 Bitmap& Tree::getBitmapUpdateIfDirty() { in getBitmapUpdateIfDirty()
498 void Tree::draw(SkCanvas* canvas, const SkRect& bounds, const SkPaint& inPaint) { in draw()
518 void Tree::updateBitmapCache(Bitmap& bitmap, bool useStagingData) { in updateBitmapCache()
536 bool Tree::allocateBitmapIfNeeded(Cache& cache, int width, int height) { in allocateBitmapIfNeeded()
545 bool Tree::canReuseBitmap(Bitmap* bitmap, int width, int height) { in canReuseBitmap()
549 void Tree::onPropertyChanged(TreeProperties* prop) { in onPropertyChanged()
586 BitmapPalette Tree::computePalette() { in computePalette()