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

  /frameworks/base/media/mca/filterfw/native/core/
geometry.cpp 77 const float current_ratio = width / height; local
78 if (current_ratio < ratio) {
79 const float dx = width * (ratio / current_ratio - 1.0f);
83 const float dy = height * (current_ratio / ratio - 1.0f);
  /frameworks/base/media/mca/filterpacks/native/base/
geometry.cpp 76 const float current_ratio = width / height; local
77 if (current_ratio < ratio) {
78 const float dx = width * (ratio / current_ratio - 1.0f);
82 const float dy = height * (current_ratio / ratio - 1.0f);
  /external/chromium_org/third_party/freetype/src/truetype/
ttinterp.c 184 #define CURRENT_Ratio() \
185 Current_Ratio( EXEC_ARG )
    [all...]
  /external/freetype/src/truetype/
ttinterp.c 184 #define CURRENT_Ratio() \
185 Current_Ratio( EXEC_ARG )
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
ttinterp.c 184 #define CURRENT_Ratio() \
185 Current_Ratio( EXEC_ARG )
    [all...]

Completed in 1144 milliseconds