HomeSort by relevance Sort by last modified time
    Searched full:halfwidth (Results 1 - 25 of 131) sorted by null

1 2 3 4 5 6

  /external/chromium_org/third_party/skia/src/gpu/effects/
GrConvolutionEffect.h 27 int halfWidth,
33 halfWidth,
43 int halfWidth,
49 halfWidth,
94 int halfWidth,
101 int halfWidth,
  /external/skia/src/gpu/effects/
GrConvolutionEffect.h 27 int halfWidth,
33 halfWidth,
43 int halfWidth,
49 halfWidth,
94 int halfWidth,
101 int halfWidth,
  /external/chromium_org/third_party/libyuv/source/
convert_to_argb.cc 224 int halfwidth = (src_width + 1) / 2; local
228 (halfwidth * crop_y + crop_x) / 2;
230 halfwidth * (halfheight + crop_y / 2) + crop_x / 2;
233 (halfwidth * crop_y + crop_x) / 2;
235 halfwidth * (halfheight + crop_y / 2) + crop_x / 2;
238 src_u, halfwidth,
239 src_v, halfwidth,
249 int halfwidth = (src_width + 1) / 2; local
252 halfwidth * crop_y + crop_x / 2;
254 halfwidth * (abs_src_height + crop_y) + crop_x / 2
    [all...]
convert_to_i420.cc 266 int halfwidth = (src_width + 1) / 2; local
270 (halfwidth * crop_y + crop_x) / 2;
272 halfwidth * (halfheight + crop_y / 2) + crop_x / 2;
275 (halfwidth * crop_y + crop_x) / 2;
277 halfwidth * (halfheight + crop_y / 2) + crop_x / 2;
280 src_u, halfwidth,
281 src_v, halfwidth,
293 int halfwidth = (src_width + 1) / 2; local
296 halfwidth * crop_y + crop_x / 2;
298 halfwidth * (abs_src_height + crop_y) + crop_x / 2
    [all...]
convert_from_argb.cc 297 int halfwidth = (width + 1) >> 1; local
301 if (TestCpuFlag(kCpuHasSSE2) && halfwidth >= 16) {
303 if (IS_ALIGNED(halfwidth, 16)) {
312 if (TestCpuFlag(kCpuHasAVX2) && halfwidth >= 32) {
314 if (IS_ALIGNED(halfwidth, 32)) {
320 if (TestCpuFlag(kCpuHasNEON) && halfwidth >= 16) {
322 if (IS_ALIGNED(halfwidth, 16)) {
329 align_buffer_64(row_u, ((halfwidth + 15) & ~15) * 2);
330 uint8* row_v = row_u + ((halfwidth + 15) & ~15);
334 MergeUVRow_(row_u, row_v, dst_uv, halfwidth);
400 int halfwidth = (width + 1) >> 1; local
    [all...]
convert_from.cc 376 int halfwidth = (width + 1) >> 1; local
385 if (src_stride_u == halfwidth &&
386 src_stride_v == halfwidth &&
387 dst_stride_uv == halfwidth * 2) {
388 halfwidth *= halfheight;
395 if (TestCpuFlag(kCpuHasSSE2) && halfwidth >= 16) {
397 if (IS_ALIGNED(halfwidth, 16)) {
408 if (TestCpuFlag(kCpuHasAVX2) && halfwidth >= 32) {
410 if (IS_ALIGNED(halfwidth, 32)) {
416 if (TestCpuFlag(kCpuHasNEON) && halfwidth >= 16)
1111 int halfwidth = (width + 1) \/ 2; local
1133 int halfwidth = (width + 1) \/ 2; local
    [all...]
convert.cc 91 const int halfwidth = (width + 1) >> 1; local
93 CopyPlane(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, halfheight);
94 CopyPlane(src_v, src_stride_v, dst_v, dst_stride_v, halfwidth, halfheight);
177 int halfwidth = (width + 1) >> 1; local
180 SetPlane(dst_u, dst_stride_u, halfwidth, halfheight, 128);
181 SetPlane(dst_v, dst_stride_v, halfwidth, halfheight, 128);
263 int halfwidth = (width + 1) >> 1; local
273 if (src_stride_uv == halfwidth * 2 &&
274 dst_stride_u == halfwidth &&
275 dst_stride_v == halfwidth) {
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_aaline.c 48 GLfloat halfWidth; /* half of line width */
373 xLeft = x0 - line->halfWidth;
374 xRight = x1 + line->halfWidth;
376 yBot = y0 - 3.0F * line->halfWidth;
377 yTop = y0 + line->halfWidth;
380 yBot = y0 - line->halfWidth;
381 yTop = y0 + 3.0F * line->halfWidth;
385 xLeft = x1 - line->halfWidth;
386 xRight = x0 + line->halfWidth;
388 yBot = y1 - 3.0F * line->halfWidth;
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_aaline.c 48 GLfloat halfWidth; /* half of line width */
373 xLeft = x0 - line->halfWidth;
374 xRight = x1 + line->halfWidth;
376 yBot = y0 - 3.0F * line->halfWidth;
377 yTop = y0 + line->halfWidth;
380 yBot = y0 - line->halfWidth;
381 yTop = y0 + 3.0F * line->halfWidth;
385 xLeft = x1 - line->halfWidth;
386 xRight = x0 + line->halfWidth;
388 yBot = y1 - 3.0F * line->halfWidth;
    [all...]
  /external/chromium_org/third_party/skia/src/effects/
SkDashPathEffect.cpp 158 SkScalar halfWidth, halfHeight;
160 halfWidth = SkScalarHalf(clampedInitialDashLength);
163 halfWidth = SkScalarHalf(rec.getWidth());
168 results->fFirst.addRect(x - halfWidth, y - halfHeight,
169 x + halfWidth, y + halfHeight);
209 SkScalar halfWidth, halfHeight;
211 halfWidth = SkScalarHalf(temp);
214 halfWidth = SkScalarHalf(rec.getWidth());
217 results->fLast.addRect(x - halfWidth, y - halfHeight,
218 x + halfWidth, y + halfHeight)
    [all...]
  /external/skia/src/effects/
SkDashPathEffect.cpp 158 SkScalar halfWidth, halfHeight;
160 halfWidth = SkScalarHalf(clampedInitialDashLength);
163 halfWidth = SkScalarHalf(rec.getWidth());
168 results->fFirst.addRect(x - halfWidth, y - halfHeight,
169 x + halfWidth, y + halfHeight);
209 SkScalar halfWidth, halfHeight;
211 halfWidth = SkScalarHalf(temp);
214 halfWidth = SkScalarHalf(rec.getWidth());
217 results->fLast.addRect(x - halfWidth, y - halfHeight,
218 x + halfWidth, y + halfHeight)
    [all...]
  /external/libyuv/files/source/
convert_from.cc 50 int halfwidth = (width + 1) >> 1; local
53 if (TestCpuFlag(kCpuHasNEON) && IS_ALIGNED(halfwidth, 64)) {
57 if (IS_ALIGNED(halfwidth, 4)) {
60 if (TestCpuFlag(kCpuHasSSE2) && IS_ALIGNED(halfwidth, 32) &&
79 CopyRow(src_u, dst_u, halfwidth);
80 CopyRow(src_u, dst_u + dst_stride_u, halfwidth);
85 CopyRow(src_u, dst_u, halfwidth);
90 CopyRow(src_v, dst_v, halfwidth);
91 CopyRow(src_v, dst_v + dst_stride_v, halfwidth);
96 CopyRow(src_v, dst_v, halfwidth);
136 int halfwidth = (width + 1) >> 1; local
186 int halfwidth = (width + 1) >> 1; local
1340 int halfwidth = (width + 1) \/ 2; local
1362 int halfwidth = (width + 1) \/ 2; local
    [all...]
convert.cc 55 int halfwidth = (width + 1) >> 1; local
60 CopyPlane(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, halfheight);
61 CopyPlane(src_v, src_stride_v, dst_v, dst_stride_v, halfwidth, halfheight);
148 int halfwidth = (width + 1) >> 1; local
153 IS_ALIGNED(halfwidth, 16) &&
170 HalfRow(src_u, src_stride_u, dst_u, halfwidth);
175 HalfRow(src_u, 0, dst_u, halfwidth);
180 HalfRow(src_v, src_stride_v, dst_v, halfwidth);
185 HalfRow(src_v, 0, dst_v, halfwidth);
228 int halfwidth = (width + 1) >> 1 local
312 int halfwidth = (width + 1) >> 1; local
349 int halfwidth = (width + 1) >> 1; local
424 int halfwidth = (width + 1) >> 1; local
1964 int halfwidth = (src_width + 1) \/ 2; local
1991 int halfwidth = (src_width + 1) \/ 2; local
    [all...]
convert_argb.cc 1197 int halfwidth = (src_width + 1) \/ 2; local
1222 int halfwidth = (src_width + 1) \/ 2; local
    [all...]
  /development/samples/devbytes/animation/ListViewCellInsertion/src/com/example/android/insertingcells/
CustomArrayAdapter.java 127 int halfWidth = bitmap.getWidth() / 2;
130 canvas.drawCircle(halfWidth, halfHeight, Math.max(halfWidth, halfHeight), paint);
  /development/samples/devbytes/animation/ListViewExpandingCells/src/com/example/android/expandingcells/
CustomArrayAdapter.java 120 int halfWidth = bitmap.getWidth()/2;
123 canvas.drawCircle(halfWidth, halfHeight, Math.max(halfWidth, halfHeight), paint);
  /packages/apps/Mms/src/com/android/mms/ui/
QuickContactDivot.java 158 int halfWidth = mDrawableIntrinsicWidth / 2;
160 (int)(middle - halfWidth),
162 (int)(middle + halfWidth),
  /external/replicaisland/src/com/replica/replicaisland/
SimpleCollisionComponent.java 62 final float halfWidth = parentObject.width / 2.0f;
65 parentObject.getPosition().x = mHitPoint.x - halfWidth;
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontWidthVariant.h 35 HalfWidth,
  /external/chromium_org/third_party/WebKit/Source/platform/text/
UnicodeRange.cpp 115 * ff00 - ffef (halfwidth and fullwidth forms)
339 cRangeTableBase+8, //uffxx, halfwidth and fullwidth forms, includes Specials
366 cRangeSetCJK, //uff6x, halfwidth katakana
367 cRangeSetCJK, //uff7x, halfwidth katakana
368 cRangeSetCJK, //uff8x, halfwidth katakana
369 cRangeSetCJK, //uff9x, halfwidth katakana
370 cRangeSetCJK, //uffax, halfwidth hangul jamo
371 cRangeSetCJK, //uffbx, halfwidth hangul jamo
372 cRangeSetCJK, //uffcx, halfwidth hangul jamo
373 cRangeSetCJK, //uffdx, halfwidth hangul jam
    [all...]
UnicodeUtilities.cpp 143 // Halfwidth katakana letters.
195 case 0xFF67: // HALFWIDTH KATAKANA LETTER SMALL A
196 case 0xFF68: // HALFWIDTH KATAKANA LETTER SMALL I
197 case 0xFF69: // HALFWIDTH KATAKANA LETTER SMALL U
198 case 0xFF6A: // HALFWIDTH KATAKANA LETTER SMALL E
199 case 0xFF6B: // HALFWIDTH KATAKANA LETTER SMALL O
200 case 0xFF6C: // HALFWIDTH KATAKANA LETTER SMALL YA
201 case 0xFF6D: // HALFWIDTH KATAKANA LETTER SMALL YU
202 case 0xFF6E: // HALFWIDTH KATAKANA LETTER SMALL YO
203 case 0xFF6F: // HALFWIDTH KATAKANA LETTER SMALL T
    [all...]
  /frameworks/base/graphics/java/android/graphics/drawable/
RippleBackground.java 115 final float halfWidth = mBounds.width() / 2.0f;
117 mOuterRadius = (float) Math.sqrt(halfWidth * halfWidth + halfHeight * halfHeight);
131 final float halfWidth = mBounds.width() / 2.0f;
133 mOuterRadius = (float) Math.sqrt(halfWidth * halfWidth + halfHeight * halfHeight);
  /external/chromium_org/third_party/icu/source/data/unidata/
ScriptExtensions.txt 63 FF70 ; Hira Kana # Lm HALFWIDTH KATAKANA-HIRAGANA PROLONGED SOUND MARK
64 FF9E..FF9F ; Hira Kana # Lm [2] HALFWIDTH KATAKANA VOICED SOUND MARK..HALFWIDTH KATAKANA SEMI-VOICED SOUND MARK
165 FF61 ; Bopo Hang Hani Hira Kana Yiii # Po HALFWIDTH IDEOGRAPHIC FULL STOP
166 FF62 ; Bopo Hang Hani Hira Kana Yiii # Ps HALFWIDTH LEFT CORNER BRACKET
167 FF63 ; Bopo Hang Hani Hira Kana Yiii # Pe HALFWIDTH RIGHT CORNER BRACKET
168 FF64..FF65 ; Bopo Hang Hani Hira Kana Yiii # Po [2] HALFWIDTH IDEOGRAPHIC COMMA..HALFWIDTH KATAKANA MIDDLE DOT
  /libcore/luni/src/main/native/
libcore_icu_NativeIDN.cpp 28 case 0xff61: // halfwidth ideographic full stop
  /external/chromium_org/content/shell/renderer/test_runner/
WebTestThemeEngineMock.cpp 331 int halfWidth = irect.width() / 2;
345 left + halfWidth, bottom - quarterHeight,
372 left + halfWidth, top + quarterHeight,
384 int longOffset = halfWidth - gripLongIndent;
409 left + halfWidth, top + gripLongIndent,
410 left + halfWidth, bottom - gripLongIndent,
449 int longOffset = halfWidth - notchLongOffset;
546 halfWidth = irect.width() / 2;
555 irect.fLeft + halfWidth, irect.fBottom,
567 lirect.inset(halfWidth - sliderIndent, noOffset)
    [all...]

Completed in 709 milliseconds

1 2 3 4 5 6