/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/ |
3d-raytrace.js | 52 function scaleVector(self, scale) { 53 self[0] *= scale; 54 self[1] *= scale; 55 self[2] *= scale; 83 function scale(v, scale) { function 84 return [v[0] * scale, v[1] * scale, v[2] * scale]; 204 var hit = add(origin, scale(dir, far)); [all...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/ |
3d-raytrace.js | 52 function scaleVector(self, scale) { 53 self[0] *= scale; 54 self[1] *= scale; 55 self[2] *= scale; 83 function scale(v, scale) { function 84 return [v[0] * scale, v[1] * scale, v[2] * scale]; 204 var hit = add(origin, scale(dir, far)); [all...] |
/external/chromium_org/third_party/freetype/src/pshinter/ |
pshglob.c | 39 /* scale the widths/heights table */ 49 FT_Fixed scale = dim->scale_mult; local 54 width->cur = FT_MulFix( width->org, scale ); 65 w = FT_MulFix( width->org, scale ); 367 FT_Fixed scale, 376 /* not. We simply need to compare the vertical scale */ 388 /* scale*EM_Size < 1000*bluescale + 49/24 */ 393 /* scale < bluescale + 49/24000 */ 397 /* "scale < bluescale" */ 400 /* value, and that `scale' converts from font units to * [all...] |
/external/freetype/src/pshinter/ |
pshglob.c | 39 /* scale the widths/heights table */ 49 FT_Fixed scale = dim->scale_mult; local 54 width->cur = FT_MulFix( width->org, scale ); 65 w = FT_MulFix( width->org, scale ); 367 FT_Fixed scale, 376 /* not. We simply need to compare the vertical scale */ 388 /* scale*EM_Size < 1000*bluescale + 49/24 */ 393 /* scale < bluescale + 49/24000 */ 397 /* "scale < bluescale" */ 400 /* value, and that `scale' converts from font units to * [all...] |
/art/compiler/dex/quick/mips/ |
codegen_mips.h | 36 LIR* LoadBaseIndexed(int rBase, int r_index, int r_dest, int scale, OpSize size); 37 LIR* LoadBaseIndexedDisp(int rBase, int r_index, int scale, int displacement, 43 LIR* StoreBaseIndexed(int rBase, int r_index, int r_src, int scale, OpSize size); 44 LIR* StoreBaseIndexedDisp(int rBase, int r_index, int scale, int displacement, 90 RegLocation rl_src, int scale); 92 RegLocation rl_index, RegLocation rl_dest, int scale); 94 RegLocation rl_index, RegLocation rl_src, int scale); 160 void OpLea(int rBase, int reg1, int reg2, int scale, int offset);
|
/cts/tests/tests/opengl/libopengltest/ |
shader.h | 29 "uniform float Scale;\n" 32 "Position = vec3(gtf_Vertex) * Scale;\n"
|
/cts/tests/tests/opengl/src/android/opengl/cts/ |
Vertex.java | 29 + "uniform float Scale; \n" 33 + " Position = vec3(gtf_Vertex) * Scale; \n"
|
/developers/samples/android/ui/actionbarcompat/ActionBarCompat-Styled/ActionBarCompat-StyledSample/src/main/res/drawable/ |
progress_horizontal.xml | 29 <scale 35 <scale
|
/development/samples/ApiDemos/res/anim/ |
wave_scale.xml | 22 <scale 27 <scale
|
/development/samples/browseable/Styled/res/drawable/ |
progress_horizontal.xml | 29 <scale 35 <scale
|
/device/asus/flo/ |
elan-touchscreen.idc | 29 touch.size.scale = 6.3284 34 touch.pressure.scale = 0.0048
|
touch_dev.idc | 25 touch.size.scale = 22.5 30 touch.pressure.scale = 0.0125
|
/device/asus/grouper/ |
elan-touchscreen.idc | 29 touch.size.scale = 36 34 touch.pressure.scale = 0.0048
|
/device/lge/hammerhead/ |
touch_dev.idc | 25 touch.size.scale = 32.0368 30 touch.pressure.scale = 0.0125
|
/device/lge/mako/ |
touch_dev.idc | 25 touch.size.scale = 22.5 30 touch.pressure.scale = 0.0125
|
/device/samsung/manta/ |
Atmel_maXTouch_Touchscreen.idc | 25 touch.size.scale = 52 30 touch.pressure.scale = 0.015
|
/external/chromium_org/ash/resources/ |
PRESUBMIT.py | 28 # List of paths with their associated scale factor. This is used to verify 29 # that the images modified in one are the correct scale of the other.
|
/external/chromium_org/chrome/app/theme/ |
PRESUBMIT.py | 28 # List of paths with their associated scale factor. This is used to verify 29 # that the images modified in one are the correct scale of the other.
|
/external/chromium_org/chrome/browser/resources/about_welcome_android/ |
about_welcome_android.html | 5 <meta name="viewport" content="width=device-width, initial-scale=1.0, 6 maximum-scale=1.0, user-scalable=no">
|
/external/chromium_org/chrome/browser/resources/chromeos/ |
slow.html | 4 <meta name="viewport" content="width=device-width, initial-scale=1.0, 5 maximum-scale=1.0, user-scalable=no">
|
/external/chromium_org/content/browser/renderer_host/ |
touch_smooth_scroll_gesture_android.cc | 57 JNIEnv* env, jobject obj, double scale) { 61 * scale;
|
/external/chromium_org/content/renderer/pepper/ |
ppb_widget_impl.h | 38 virtual void SetScale(float scale) OVERRIDE; 52 float scale() const { return scale_; } function in class:content::PPB_Widget_Impl
|
/external/chromium_org/content/test/data/android/device_files/content_detection/ |
geo_address_real.html | 4 <meta name="viewport" content="initial-scale=1,maximum-scale=1,user-scalable=no">
|
phone_local.html | 4 <meta name="viewport" content="initial-scale=1,maximum-scale=1,user-scalable=no">
|
/external/chromium_org/ppapi/api/dev/ |
ppb_widget_dev.idl | 58 * Set scale used during paint operations. 62 [in] float_t scale);
|