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

/external/skia/src/core/
H A DSkBitmapProcState.h25 struct SkBitmapProcState { struct
26 typedef void (*ShaderProc32)(const SkBitmapProcState&, int x, int y,
29 typedef void (*ShaderProc16)(const SkBitmapProcState&, int x, int y,
32 typedef void (*MatrixProc)(const SkBitmapProcState&,
37 typedef void (*SampleProc32)(const SkBitmapProcState&,
42 typedef void (*SampleProc16)(const SkBitmapProcState&,
145 static void DebugMatrixProc(const SkBitmapProcState&,
176 void S32_opaque_D32_filter_DX(const SkBitmapProcState& s, const uint32_t xy[],
178 void S32_alpha_D32_filter_DX(const SkBitmapProcState& s, const uint32_t xy[],
180 void S32_opaque_D32_filter_DXDY(const SkBitmapProcState
[all...]
H A DSkBitmapProcState_matrixProcs.cpp7 #include "SkBitmapProcState.h"
44 extern const SkBitmapProcState::MatrixProc ClampX_ClampY_Procs_neon[];
45 extern const SkBitmapProcState::MatrixProc RepeatX_RepeatY_Procs_neon[];
60 static unsigned X(const SkBitmapProcState&, SkFixed fx, int max) { argument
63 static unsigned Y(const SkBitmapProcState&, SkFixed fy, int max) { argument
69 void ClampX_ClampY_nofilter_scale(const SkBitmapProcState& s, uint32_t xy[],
73 void ClampX_ClampY_nofilter_affine(const SkBitmapProcState& s, uint32_t xy[],
78 static SkBitmapProcState::MatrixProc ClampX_ClampY_Procs[] = {
96 static unsigned X(const SkBitmapProcState&, SkFixed fx, int max) { argument
99 static unsigned Y(const SkBitmapProcState argument
[all...]

Completed in 45 milliseconds