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

  /external/chromium_org/third_party/skia/src/core/
SkBBoxRecord.cpp 217 SkScalar top = flatPaintData->topBot()[0];
218 SkScalar bottom = flatPaintData->topBot()[1];
SkPictureFlat.h 309 // Do these contain the same data? Ignores index() and topBot().
334 // Return the topbot[] after it has been recorded.
335 const SkScalar* topBot() const {
SkPictureRecord.cpp     [all...]
  /external/skia/src/core/
SkBBoxRecord.cpp 210 SkScalar top = flatPaintData->topBot()[0];
211 SkScalar bottom = flatPaintData->topBot()[1];
SkPictureFlat.h 306 // Do these contain the same data? Ignores index() and topBot().
331 // Return the topbot[] after it has been recorded.
332 const SkScalar* topBot() const {
SkPictureRecord.cpp     [all...]

Completed in 204 milliseconds