HomeSort by relevance Sort by last modified time
    Searched defs:actual_width (Results 1 - 2 of 2) sorted by null

  /hardware/samsung_slsi/exynos5/libswconverter/
swconvertor.c 451 int out_of_width, actual_width; local
462 actual_width = out_of_width ? ((width%4)?((width%16) / 4 + 1) : ((width%16) / 4)) : 4;
463 for (l = 0; l < actual_width; l++) {
478 actual_width = out_of_width ? ((width%4) ? ((width%16) / 4 + 1) : ((width%16) / 4)) : 4;
479 for (l = 0; l < actual_width; l++) {
  /packages/apps/Camera/src/com/android/camera/ui/
Switch.java 200 int actual_width = (int) Math.ceil(Layout.getDesiredWidth(text, mTextPaint)); local
202 actual_width,
205 (int) Math.min(actual_width, maxWidth));

Completed in 200 milliseconds