OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RowProc
(Results
1 - 10
of
10
) sorted by null
/external/skia/src/codec/
SkSwizzler.h
104
typedef void (*
RowProc
)(void* SK_RESTRICT dstRow,
109
template <
RowProc
Proc>
115
template <
RowProc
Proc>
120
const
RowProc
fFastProc;
122
const
RowProc
fSlowProc;
123
// The actual
RowProc
we are using. This depends on if fFastProc is non-NULL and
125
RowProc
fActualProc;
161
// written by the
RowProc
. This is a scaled
185
// written by the
RowProc
. This is a scaled
213
SkSwizzler(
RowProc
fastProc, RowProc proc, const SkPMColor* ctable, int srcOffset
[
all
...]
SkMaskSwizzler.h
54
typedef void (*
RowProc
)(void* dstRow, const uint8_t* srcRow, int width,
57
SkMaskSwizzler(SkMasks* masks,
RowProc
proc, int subsetWidth, int srcOffset);
62
const
RowProc
fRowProc;
SkSwizzler.cpp
742
template <SkSwizzler::
RowProc
proc>
761
template <SkSwizzler::
RowProc
proc>
782
RowProc
proc = nullptr;
817
RowProc
fastProc = nullptr;
818
RowProc
proc = nullptr;
[
all
...]
SkMaskSwizzler.cpp
392
RowProc
proc = nullptr;
537
SkMaskSwizzler::SkMaskSwizzler(SkMasks* masks,
RowProc
proc, int srcOffset, int subsetWidth)
/external/skqp/src/codec/
SkSwizzler.h
104
typedef void (*
RowProc
)(void* SK_RESTRICT dstRow,
109
template <
RowProc
Proc>
115
template <
RowProc
Proc>
120
const
RowProc
fFastProc;
122
const
RowProc
fSlowProc;
123
// The actual
RowProc
we are using. This depends on if fFastProc is non-NULL and
125
RowProc
fActualProc;
161
// written by the
RowProc
. This is a scaled
185
// written by the
RowProc
. This is a scaled
213
SkSwizzler(
RowProc
fastProc, RowProc proc, const SkPMColor* ctable, int srcOffset
[
all
...]
SkMaskSwizzler.h
54
typedef void (*
RowProc
)(void* dstRow, const uint8_t* srcRow, int width,
57
SkMaskSwizzler(SkMasks* masks,
RowProc
proc, int subsetWidth, int srcOffset);
62
const
RowProc
fRowProc;
SkSwizzler.cpp
742
template <SkSwizzler::
RowProc
proc>
761
template <SkSwizzler::
RowProc
proc>
782
RowProc
proc = nullptr;
817
RowProc
fastProc = nullptr;
818
RowProc
proc = nullptr;
[
all
...]
SkMaskSwizzler.cpp
392
RowProc
proc = nullptr;
537
SkMaskSwizzler::SkMaskSwizzler(SkMasks* masks,
RowProc
proc, int srcOffset, int subsetWidth)
/external/skia/src/core/
SkAAClip.cpp
[
all
...]
/external/skqp/src/core/
SkAAClip.cpp
[
all
...]
Completed in 254 milliseconds