Home
last modified time | relevance | path

Searched defs:SkBitmapProcState (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/src/core/
DSkBitmapProcState.h29 struct SkBitmapProcState { struct
39 typedef void (*MatrixProc)(const SkBitmapProcState&, argument
44 typedef void (*SampleProc32)(const SkBitmapProcState&, argument
49 const SkImage_Base* fImage;
51 SkPixmap fPixmap;
52 SkMatrix fInvMatrix; // This changes based on tile mode.
53 SkAlpha fPaintAlpha;
54 SkTileMode fTileModeX;
55 SkTileMode fTileModeY;
56 bool fBilerp;
[all …]
DSkBitmapProcState.cpp141 SkBitmapProcState::SkBitmapProcState(const SkImage_Base* image, SkTileMode tmx, SkTileMode tmy) in SkBitmapProcState() function in SkBitmapProcState
/third_party/flutter/skia/src/core/
DSkBitmapProcState.h56 struct SkBitmapProcState : public SkBitmapProcInfo { struct
57 SkBitmapProcState(const SkImage_Base* image, SkTileMode tmx, SkTileMode tmy) in SkBitmapProcState() function
66 typedef void (*MatrixProc)(const SkBitmapProcState&, argument
71 typedef void (*SampleProc32)(const SkBitmapProcState&, argument
76 SkMatrixPriv::MapXYProc fInvProc; // chooseProcs
77 SkFractionalInt fInvSxFractionalInt;
78 SkFractionalInt fInvKyFractionalInt;
80 SkFixed fFilterOneX;
81 SkFixed fFilterOneY;
83 SkFixed fInvSx; // chooseProcs
[all …]