OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:x_in
(Results
1 - 4
of
4
) sorted by null
/external/freetype/src/autofit/
afangles.c
26
af_corner_is_flat( FT_Pos
x_in
,
31
FT_Pos ax =
x_in
;
51
ax = x_out +
x_in
;
64
af_corner_orientation( FT_Pos
x_in
,
72
delta =
x_in
* y_out - y_in * x_out;
/external/webp/src/utils/
rescaler.c
56
int
x_in
= channel;
local
64
sum += src[
x_in
];
65
x_in
+= x_stride;
68
const int32_t base = src[
x_in
];
70
x_in
+= x_stride;
81
x_in
+= x_stride;
82
right = src[
x_in
];
/external/freetype/src/pshinter/
pshalgo.c
937
psh_corner_is_flat( FT_Pos
x_in
,
942
FT_Pos ax =
x_in
;
962
ax = x_out +
x_in
;
[
all
...]
/external/webp/src/enc/
picture.c
570
#define RGB_TO_UV0(
x_in
, x_out, y, SUM) { \
571
const int src = (step * (
x_in
) + (y) * rgb_stride); \
[
all
...]
Completed in 319 milliseconds