HomeSort by relevance Sort by last modified time
    Searched full:scale (Results 426 - 450 of 4641) sorted by null

<<11121314151617181920>>

  /external/chromium_org/ppapi/thunk/
ppb_graphics_2d_dev_thunk.cc 21 PP_Bool SetScale(PP_Resource resource, float scale) {
26 return enter.object()->SetScale(scale);
  /external/chromium_org/sync/protocol/
favicon_image_specifics.proto 27 // The favicons associated with this source, one per scale type.
29 // their scale. If multiple favicons are appropriate, the highest resolution
  /external/chromium_org/third_party/WebKit/ManualTests/animation/
animateTransform-parser.svg 47 <animateTransform attributeName="transform" type="scale" from="1,1" by="0,1" dur="5s" />
50 <animateTransform attributeName="transform" type="scale" from="1 1" by="0 1" dur="5s" />
53 <animateTransform attributeName="transform" type="scale" from="1, 1" by="0, 1" dur="5s" />
56 <animateTransform attributeName="transform" type="scale" from="+1,+1" by=" +0, +1" dur="5s" />
60 <animateTransform attributeName="transform" type="scale" from="1,1" by="1,0" dur="5s" />
63 <animateTransform attributeName="transform" type="scale" from="1 1" by="1 0" dur="5s" />
66 <animateTransform attributeName="transform" type="scale" from="1, 1" by="1, 0" dur="5s" />
69 <animateTransform attributeName="transform" type="scale" from="+1,+1" by=" +1, +0" dur="5s" />
  /external/chromium_org/third_party/WebKit/Source/web/tests/
ProgrammaticScrollTest.cpp 92 // Non zero page scale and scroll.
178 // Scale and scroll the page and save that state. Then scale and scroll again and restore.
187 // Expect that both scroll and scale were restored, and that it was not a programmatic scroll.
209 // Scale and scroll the page and save that state, but then set scale to zero. Then scale and
217 // HistoryController::restoreScrollPositionAndViewState flows differently if scale is zero.
  /external/chromium_org/third_party/opus/src/silk/
gain_quant.c 38 /* Gain scalar quantization with hysteresis, uniform on log scale */
50 /* Convert to log scale, scale, floor() */
87 /* Scale and convert to linear scale */
92 /* Gains scalar dequantization, uniform on log scale */
121 /* Scale and convert to linear scale */
  /external/chromium_org/third_party/skia/src/core/
SkBlitRow_D16.cpp 35 int scale = SkAlpha255To256(alpha); local
41 SkAlphaBlend(SkPacked32ToR16(c), SkGetPackedR16(d), scale),
42 SkAlphaBlend(SkPacked32ToG16(c), SkGetPackedG16(d), scale),
43 SkAlphaBlend(SkPacked32ToB16(c), SkGetPackedB16(d), scale));
114 int scale = SkAlpha255To256(alpha); local
129 *dst++ = SkPackRGB16(SkAlphaBlend(sr, SkGetPackedR16(d), scale),
130 SkAlphaBlend(sg, SkGetPackedG16(d), scale),
131 SkAlphaBlend(sb, SkGetPackedB16(d), scale));
  /external/chromium_org/ui/gfx/
vector2d_f.cc 39 void Vector2dF::Scale(float x_scale, float y_scale) {
56 scaled_v.Scale(x_scale, y_scale);
  /external/chromium_org/ui/resources/
PRESUBMIT.py 27 # List of paths with their associated scale factor. This is used to verify
28 # that the images modified in one are the correct scale of the other.
  /external/chromium_org/ui/webui/
web_ui_util.cc 82 LOG(ERROR) << "Invalid scale factor format: " << identifier;
87 LOG(ERROR) << "Invalid scale factor format: " << identifier;
91 double scale = 0; local
94 if (!base::StringToDouble(stripped, &scale)) {
95 LOG(ERROR) << "Invalid scale factor format: " << identifier;
99 *scale_factor = ui::GetScaleFactorFromScale(static_cast<float>(scale));
112 // Detect and parse resource string ending in @<scale>x.
120 // Strip scale factor specification from path.
  /external/chromium_org/webkit/common/cursors/
webcursor.cc 83 float scale; local
92 !iter->ReadFloat(&scale) ||
101 // Ensure scale isn't ridiculous, and the scaled image size is still sane.
102 if (scale < 0.01 || scale > 100 ||
103 size_x / scale > kMaxCursorDimension ||
104 size_y / scale > kMaxCursorDimension)
120 custom_scale_ = scale;
  /external/iproute2/lib/
ipx_ntop.c 7 static __inline__ int do_digit(char *str, u_int32_t addr, u_int32_t scale, size_t *pos, size_t len)
9 u_int32_t tmp = addr >> (scale * 4);
  /external/iptables/include/linux/netfilter/
xt_hashlimit.h 24 __u32 avg; /* Average secs between packets * scale */
48 __u32 avg; /* Average secs between packets * scale */
  /external/jmonkeyengine/engine/src/core-data/Common/ShaderLib/
Bump.glsllib 1 #define SCALE 0.12
42 float h = texture2D(heightMap, texCoord).a * SCALE + BIAS;
  /external/qemu/android/protocol/
ui-commands.h 23 /* Sets window scale. */
33 double scale; member in struct:UICmdSetWindowsScale
  /external/skia/src/core/
SkBlitRow_D16.cpp 35 int scale = SkAlpha255To256(alpha); local
41 SkAlphaBlend(SkPacked32ToR16(c), SkGetPackedR16(d), scale),
42 SkAlphaBlend(SkPacked32ToG16(c), SkGetPackedG16(d), scale),
43 SkAlphaBlend(SkPacked32ToB16(c), SkGetPackedB16(d), scale));
114 int scale = SkAlpha255To256(alpha); local
129 *dst++ = SkPackRGB16(SkAlphaBlend(sr, SkGetPackedR16(d), scale),
130 SkAlphaBlend(sg, SkGetPackedG16(d), scale),
131 SkAlphaBlend(sb, SkGetPackedB16(d), scale));
  /external/srec/srec/clib/
imeld_rd.c 97 double scale, onerow[MAX_DIMEN]; local
113 pfread(&scale, sizeof(double), 1, dfpt);
115 if (reqscale != 0) scale = reqscale;
117 PLogMessage("L: LDA Suggested scale is %.1f\n", scale);
136 xfp = scale * (onerow[ii] - UTB_MEAN) + UTB_MEAN;
151 prep->imelda[ii][jj] = (covdata)(scale * onerow[jj]);
177 prep->inverse[ii][jj] = (covdata)(onerow[jj] / scale);
  /frameworks/av/media/libeffects/lvm/lib/Common/src/
Filters.h 44 LVM_UINT16 Scale;
57 LVM_UINT16 Scale;
  /frameworks/av/media/libstagefright/codecs/aacenc/inc/
psy_data.h 53 Word16 mdctScalenm1; /* scale of last block's mdct (PreEchoControl) */
63 Word16 mdctScale; /* scale of mdct */
sf_estim.h 19 Content: Scale factor estimation functions
26 Scale factor estimation
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
omxVCM4P10_TransformDequantChromaDCFromPair_s.s 58 Scale RN 2
114 LDRSB Scale, [pQPModTable, QP] ;// Scale = pQPModTable[QP]
123 LSL Scale, Scale, Shift ;// Scale = Scale << Shift
126 VDUP dScale,Scale
  /frameworks/base/core/res/res/drawable/
progress_horizontal_holo_dark.xml 23 <scale android:scaleWidth="100%"
28 <scale android:scaleWidth="100%"
progress_horizontal_holo_light.xml 23 <scale android:scaleWidth="100%"
28 <scale android:scaleWidth="100%"
scrubber_progress_horizontal_holo_dark.xml 21 <scale android:scaleWidth="100%"
25 <scale android:scaleWidth="100%"
scrubber_progress_horizontal_holo_light.xml 21 <scale android:scaleWidth="100%"
25 <scale android:scaleWidth="100%"
  /frameworks/base/packages/Keyguard/res/drawable/
scrubber_progress_horizontal_holo_light.xml 21 <scale android:scaleWidth="100%"
25 <scale android:scaleWidth="100%"

Completed in 1004 milliseconds

<<11121314151617181920>>