OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:best_y
(Results
1 - 7
of
7
) sorted by null
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/
aflatin.c
357
FT_Pos
best_y
; /* same as points.y */
local
385
best_y
= 0; /* make compiler happy */
413
if ( best_point < 0 || points[pp].y >
best_y
)
416
best_y
= points[pp].y;
417
ascender = FT_MAX( ascender,
best_y
+ y_offset );
427
if ( best_point < 0 || points[pp].y <
best_y
)
430
best_y
= points[pp].y;
431
descender = FT_MIN( descender,
best_y
+ y_offset );
485
dist = FT_ABS( points[prev].y -
best_y
);
510
dist = FT_ABS( points[next].y -
best_y
);
[
all
...]
aflatin2.c
222
FT_Int best_point,
best_y
, best_first, best_last;
local
239
best_y
= 0; /* make compiler happy */
266
if ( best_point < 0 || points[pp].y >
best_y
)
269
best_y
= points[pp].y;
275
if ( best_point < 0 || points[pp].y <
best_y
)
278
best_y
= points[pp].y;
288
FT_TRACE5(( " %c %d", *p,
best_y
));
310
dist = FT_ABS( points[prev].y -
best_y
);
327
dist = FT_ABS( points[next].y -
best_y
);
345
rounds[num_rounds++] =
best_y
;
[
all
...]
/external/webp/src/enc/
picture_csp.c
331
static void InterpolateTwoRows(const fixed_y_t* const
best_y
,
340
const int W0 =
best_y
[0];
341
const int W1 =
best_y
[w];
348
const int W0 =
best_y
[i + 0];
349
const int W1 =
best_y
[i + w];
359
const int W0 =
best_y
[i + 0];
360
const int W1 =
best_y
[i + w];
384
static int ConvertWRGBToYUV(const fixed_y_t* const
best_y
,
396
const int W =
best_y
[i + j * w];
438
fixed_y_t* const
best_y
= SAFE_ALLOC(w, h, fixed_y_t)
local
[
all
...]
/external/freetype/src/autofit/
aflatin.c
347
FT_Pos
best_y
; /* same as points.y */
local
375
best_y
= 0; /* make compiler happy */
402
if ( best_point < 0 || points[pp].y >
best_y
)
405
best_y
= points[pp].y;
411
if ( best_point < 0 || points[pp].y <
best_y
)
414
best_y
= points[pp].y;
465
dist = FT_ABS( points[prev].y -
best_y
);
490
dist = FT_ABS( points[next].y -
best_y
);
607
if ( FT_ABS(
best_y
- points[first].y ) > height_threshold )
670
best_y
= points[first].y
[
all
...]
aflatin2.c
222
FT_Int best_point,
best_y
, best_first, best_last;
local
239
best_y
= 0; /* make compiler happy */
266
if ( best_point < 0 || points[pp].y >
best_y
)
269
best_y
= points[pp].y;
275
if ( best_point < 0 || points[pp].y <
best_y
)
278
best_y
= points[pp].y;
288
FT_TRACE5(( " %c %d", *p,
best_y
));
310
dist = FT_ABS( points[prev].y -
best_y
);
327
dist = FT_ABS( points[next].y -
best_y
);
345
rounds[num_rounds++] =
best_y
;
[
all
...]
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/
ChangeLog.25
[
all
...]
ChangeLog.23
[
all
...]
Completed in 157 milliseconds