OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Sk4i
(Results
1 - 5
of
5
) sorted by null
/external/skia/src/core/
SkLinearBitmapPipeline.cpp
485
Sk4i
XIs = SkNx_cast<int, float>(xs);
486
Sk4i
YIs = SkNx_cast<int, float>(ys);
487
Sk4i
bufferLoc = YIs * fWidth + XIs;
501
Sk4i
XIs = SkNx_cast<int, float>(xs);
502
Sk4i
YIs = SkNx_cast<int, float>(ys);
503
Sk4i
bufferLoc = YIs * fWidth + XIs;
523
const
Sk4i
fWidth;
SkXfermode4f.cpp
380
Sk4i
rgbi =
Sk4i
(SkGetPackedR16(rgb), SkGetPackedG16(rgb), SkGetPackedB16(rgb), 0);
382
Sk4i
rgbi =
Sk4i
(SkGetPackedB16(rgb), SkGetPackedG16(rgb), SkGetPackedR16(rgb), 0);
SkNx.h
197
typedef SkNx<4, int>
Sk4i
;
199
typedef SkNx<4, int>
Sk4i
;
/external/skia/src/opts/
SkNx_sse.h
291
template<> /*static*/ inline Sk4f SkNx_cast<float, int>(const
Sk4i
& src) {
295
template <> /*static*/ inline
Sk4i
SkNx_cast<int, float>(const Sk4f& src) {
/external/skia/tests/
SkNxTest.cpp
243
Sk4i
i = SkNx_cast<int>(f);
Completed in 64 milliseconds