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

  /external/skia/src/core/
SkLatticeIter.h 21 class SkLatticeIter {
26 SkLatticeIter(const SkCanvas::Lattice& lattice, const SkRect& dst);
30 SkLatticeIter(int imageWidth, int imageHeight, const SkIRect& center, const SkRect& dst);
SkLatticeIter.cpp 8 #include "SkLatticeIter.h"
26 bool SkLatticeIter::Valid(int width, int height, const SkCanvas::Lattice& lattice) {
115 SkLatticeIter::SkLatticeIter(const SkCanvas::Lattice& lattice, const SkRect& dst) {
204 bool SkLatticeIter::Valid(int width, int height, const SkIRect& center) {
208 SkLatticeIter::SkLatticeIter(int w, int h, const SkIRect& c, const SkRect& dst) {
251 bool SkLatticeIter::next(SkRect* src, SkRect* dst) {
276 void SkLatticeIter::mapDstScaleTranslate(const SkMatrix& matrix) {

Completed in 474 milliseconds