HomeSort by relevance Sort by last modified time
    Searched refs:best_y (Results 1 - 5 of 5) sorted by null

  /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 414 FT_Pos best_y; local
448 best_y = 0; /* make compiler happy */
478 if ( best_point < 0 || points[pp].y > best_y )
481 best_y = points[pp].y;
482 ascender = FT_MAX( ascender, best_y + y_offset );
492 if ( best_point < 0 || points[pp].y < best_y )
495 best_y = points[pp].y;
496 descender = FT_MIN( descender, best_y + y_offset );
550 dist = FT_ABS( points[prev].y - best_y );
575 dist = FT_ABS( points[next].y - best_y );
    [all...]
aflatin2.c 227 FT_Int best_point, best_y, best_first, best_last; local
244 best_y = 0; /* make compiler happy */
271 if ( best_point < 0 || points[pp].y > best_y )
274 best_y = points[pp].y;
280 if ( best_point < 0 || points[pp].y < best_y )
283 best_y = points[pp].y;
293 FT_TRACE5(( " %c %d", *p, best_y ));
315 dist = FT_ABS( points[prev].y - best_y );
332 dist = FT_ABS( points[next].y - best_y );
350 rounds[num_rounds++] = best_y;
    [all...]
  /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...]

Completed in 79 milliseconds