Searched refs:overshoot (Results 1 - 10 of 10) sorted by relevance
/external/chromium_org/third_party/webrtc/modules/video_processing/main/source/ |
H A D | video_decimator.cc | 58 int32_t overshoot = local 60 if (overshoot < 0) { 61 overshoot = 0; 65 if (overshoot && 2 * overshoot < (int32_t) incomingframe_rate) { 70 const uint32_t dropVar = incomingframe_rate / overshoot; 74 overshoot_modifier_ = -((int32_t) incomingframe_rate % overshoot) / 3; 81 const uint32_t dropVar = overshoot / target_frame_rate_; 86 overshoot_modifier_ = overshoot % target_frame_rate_;
|
/external/chromium_org/third_party/skia/bench/ |
H A D | DashBench.cpp | 348 const SkScalar overshoot = 100*1000; local 350 { -overshoot, cy }, { 640 + overshoot, cy }
|
/external/skia/bench/ |
H A D | DashBench.cpp | 348 const SkScalar overshoot = 100*1000; local 350 { -overshoot, cy }, { 640 + overshoot, cy }
|
/external/chromium_org/third_party/WebKit/Source/core/paint/ |
H A D | BoxPainter.cpp | 1249 float overshoot; local 1254 overshoot = newRadii.topLeft().width() + newRadii.topRight().width() - newRect.width(); 1255 if (overshoot > 0) { 1257 newRect.setWidth(newRect.width() + overshoot); 1259 newRect.move(-overshoot, 0); 1269 overshoot = newRadii.bottomLeft().width() + newRadii.bottomRight().width() - newRect.width(); 1270 if (overshoot > 0) { 1272 newRect.setWidth(newRect.width() + overshoot); 1274 newRect.move(-overshoot, 0); 1286 overshoot [all...] |
/external/chromium_org/ui/native_theme/ |
H A D | native_theme_base.cc | 926 int overshoot = num_tiles * new_tile_width - rect.width(); local 927 // Since |overshoot| represents the number of tiles that were too big, draw 928 // |overshoot| tiles with their width reduced by 1. 929 int num_big_tiles = num_tiles - overshoot; 930 int num_small_tiles = overshoot;
|
/external/chromium_org/third_party/freetype/src/raster/ |
H A D | ftraster.c | 726 /* overshoot :: Whether the profile's unrounded start position */ 735 Bool overshoot ) 762 if ( overshoot ) 769 if ( overshoot ) 800 /* overshoot :: Whether the profile's unrounded end position differs */ 807 End_Profile( RAS_ARGS Bool overshoot ) 830 if ( overshoot ) 2425 /* overshoot, respectively */
|
/external/freetype/src/raster/ |
H A D | ftraster.c | 728 /* overshoot :: Whether the profile's unrounded start position */ 737 Bool overshoot ) 764 if ( overshoot ) 771 if ( overshoot ) 802 /* overshoot :: Whether the profile's unrounded end position differs */ 809 End_Profile( RAS_ARGS Bool overshoot ) 832 if ( overshoot ) 2430 /* overshoot, respectively */
|
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/raster/ |
H A D | ftraster.c | 728 /* overshoot :: Whether the profile's unrounded start position */ 737 Bool overshoot ) 764 if ( overshoot ) 771 if ( overshoot ) 802 /* overshoot :: Whether the profile's unrounded end position differs */ 809 End_Profile( RAS_ARGS Bool overshoot ) 832 if ( overshoot ) 2427 /* overshoot, respectively */
|
/external/robolectric/lib/main/ |
H A D | android.jar | META-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ... |
/external/chromium_org/third_party/android_platform/webview/ |
H A D | frameworks.jar | META-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ... |
Completed in 593 milliseconds