OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fInvKy
(Results
1 - 6
of
6
) sorted by null
/external/skia/src/core/
SkBitmapProcState_shaderproc.h
22
SkASSERT(s.
fInvKy
== 0);
SkBitmapProcState_matrix.h
54
SkASSERT(s.
fInvKy
== 0);
108
SkFixed dy = s.
fInvKy
;
SkBitmapProcState.h
68
SkFixed
fInvKy
; // chooseProcs
SkBitmapProcState.cpp
328
fInvKy
= SkScalarToFixed(fInvMatrix.getSkewY());
539
SkASSERT(s.
fInvKy
== 0);
613
SkASSERT(s.
fInvKy
== 0);
653
SkASSERT(s.
fInvKy
== 0);
[
all
...]
/external/skia/src/opts/
SkBitmapProcState_matrix_neon.h
292
SkASSERT(s.
fInvKy
== 0);
371
SkFixed dy = s.
fInvKy
;
SkBitmapProcState_opts_SSE2.cpp
250
SkASSERT(s.
fInvKy
== 0);
502
SkFixed dy = s.
fInvKy
;
576
SkFixed dy = s.
fInvKy
;
Completed in 3941 milliseconds