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

  /external/skia/src/core/
SkLatticeIter.h 21 class SK_API 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) {
114 SkLatticeIter::SkLatticeIter(const SkCanvas::Lattice& lattice, const SkRect& dst) {
209 bool SkLatticeIter::Valid(int width, int height, const SkIRect& center) {
213 SkLatticeIter::SkLatticeIter(int w, int h, const SkIRect& c, const SkRect& dst) {
256 bool SkLatticeIter::next(SkIRect* src, SkRect* dst, bool* isFixedColor, SkColor* fixedColor) {
289 void SkLatticeIter::mapDstScaleTranslate(const SkMatrix& matrix) {
  /external/skqp/src/core/
SkLatticeIter.h 21 class SK_API 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) {
210 bool SkLatticeIter::Valid(int width, int height, const SkIRect& center) {
214 SkLatticeIter::SkLatticeIter(int w, int h, const SkIRect& c, const SkRect& dst) {
257 bool SkLatticeIter::next(SkRect* src, SkRect* dst, bool* isFixedColor, SkColor* fixedColor) {
290 void SkLatticeIter::mapDstScaleTranslate(const SkMatrix& matrix) {

Completed in 436 milliseconds