Searched refs:topBot (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSkBBoxRecord.cpp210 SkScalar top = flatPaintData->topBot()[0];
211 SkScalar bottom = flatPaintData->topBot()[1];
H A DSkPictureFlat.h306 // Do these contain the same data? Ignores index() and topBot().
332 const SkScalar* topBot() const { function in class:SkFlatData
H A DSkPictureRecord.cpp1223 this->addScalar(flat.topBot()[0] + minY);
1224 this->addScalar(flat.topBot()[1] + maxY);
/external/skia/src/core/
H A DSkBBoxRecord.cpp210 SkScalar top = flatPaintData->topBot()[0];
211 SkScalar bottom = flatPaintData->topBot()[1];
H A DSkPictureFlat.h306 // Do these contain the same data? Ignores index() and topBot().
332 const SkScalar* topBot() const { function in class:SkFlatData
H A DSkPictureRecord.cpp1223 this->addScalar(flat.topBot()[0] + minY);
1224 this->addScalar(flat.topBot()[1] + maxY);

Completed in 100 milliseconds