Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/core/
H A DSkBitmapProcState.h36 struct SkBitmapProcState { struct
46 typedef void (*MatrixProc)(const SkBitmapProcState&, argument
51 typedef void (*SampleProc32)(const SkBitmapProcState&, argument
56 const SkImage_Base* fImage;
58 SkPixmap fPixmap;
59 SkMatrix fInvMatrix; // This changes based on tile mode.
60 SkAlpha fPaintAlpha;
61 SkTileMode fTileModeX;
62 SkTileMode fTileModeY;
63 bool fBilerp;
[all …]
H A DSkBitmapProcState.cpp147 SkBitmapProcState::SkBitmapProcState(const SkImage_Base* image, SkTileMode tmx, SkTileMode tmy) in SkBitmapProcState() function in SkBitmapProcState