Searched defs:shifted (Results 1 - 23 of 23) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_aos.c154 LLVMValueRef shifted, casted, scaled, masked; local
229 shifted = LLVMBuildLShr(builder, packed, LLVMConstVector(shifts, 4), "");
230 masked = LLVMBuildAnd(builder, shifted, LLVMConstVector(masks, 4), "");
271 LLVMValueRef shifted, casted, scaled, unswizzled; local
335 shifted = LLVMBuildShl(builder, casted, LLVMConstVector(shifts, 4), "");
340 LLVMValueRef component = LLVMBuildExtractElement(builder, shifted,
H A Dlp_bld_swizzle.c403 LLVMValueRef shifted; local
411 shifted = LLVMBuildShl(builder, masked,
414 shifted = LLVMBuildLShr(builder, masked,
417 shifted = masked;
420 res = LLVMBuildOr(builder, res, shifted, "");
H A Dlp_bld_conv.c113 LLVMValueRef shifted = LLVMBuildBitCast(builder, LLVMBuildShl(builder, expmant, i32_13, ""), float_vec_type, ""); local
116 LLVMValueRef scaled = LLVMBuildBitCast(builder, LLVMBuildFMul(builder, shifted, f32_magic, ""), int_vec_type, "");
591 LLVMValueRef shifted; local
594 shifted = LLVMBuildAShr(builder, tmp[i], shift, "");
596 shifted = LLVMBuildLShr(builder, tmp[i], shift, "");
598 tmp[i] = LLVMBuildSub(builder, tmp[i], shifted, "");
/external/chromium_org/ui/gfx/
H A Dskbitmap_operations_unittest.cc64 SkBitmap shifted; local
65 shifted.setConfig(SkBitmap::kARGB_8888_Config, bitmap.width(),
67 shifted.allocPixels();
68 shifted.eraseARGB(0, 0, 0, 0);
69 shifted.setIsOpaque(false);
72 SkAutoLockPixels lock_shifted(shifted);
77 SkPMColor* tinted_pixels = shifted.getAddr32(0, y);
85 return shifted;
234 SkBitmap shifted = ReferenceCreateHSLShiftedBitmap(src, hsl); local
237 SkAutoLockPixels shifted_lock(shifted);
273 SkBitmap shifted = SkBitmapOperations::CreateHSLShiftedBitmap(src, hsl); local
314 SkBitmap shifted = SkBitmapOperations::CreateHSLShiftedBitmap(src, hsl); local
[all...]
H A Dskbitmap_operations.cc561 SkBitmap shifted; local
562 shifted.setConfig(SkBitmap::kARGB_8888_Config, bitmap.width(),
564 shifted.allocPixels();
565 shifted.eraseARGB(0, 0, 0, 0);
566 shifted.setIsOpaque(false);
569 SkAutoLockPixels lock_shifted(shifted);
574 SkPMColor* tinted_pixels = shifted.getAddr32(0, y);
579 return shifted;
686 // |ag| has the alpha and green channels shifted right by 8 bits from
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_aos.c154 LLVMValueRef shifted, casted, scaled, masked; local
229 shifted = LLVMBuildLShr(builder, packed, LLVMConstVector(shifts, 4), "");
230 masked = LLVMBuildAnd(builder, shifted, LLVMConstVector(masks, 4), "");
271 LLVMValueRef shifted, casted, scaled, unswizzled; local
335 shifted = LLVMBuildShl(builder, casted, LLVMConstVector(shifts, 4), "");
340 LLVMValueRef component = LLVMBuildExtractElement(builder, shifted,
H A Dlp_bld_swizzle.c403 LLVMValueRef shifted; local
411 shifted = LLVMBuildShl(builder, masked,
414 shifted = LLVMBuildLShr(builder, masked,
417 shifted = masked;
420 res = LLVMBuildOr(builder, res, shifted, "");
H A Dlp_bld_conv.c113 LLVMValueRef shifted = LLVMBuildBitCast(builder, LLVMBuildShl(builder, expmant, i32_13, ""), float_vec_type, ""); local
116 LLVMValueRef scaled = LLVMBuildBitCast(builder, LLVMBuildFMul(builder, shifted, f32_magic, ""), int_vec_type, "");
591 LLVMValueRef shifted; local
594 shifted = LLVMBuildAShr(builder, tmp[i], shift, "");
596 shifted = LLVMBuildLShr(builder, tmp[i], shift, "");
598 tmp[i] = LLVMBuildSub(builder, tmp[i], shifted, "");
/external/chromium_org/third_party/skia/src/opts/
H A DSkBitmapProcState_opts_SSE2.cpp105 __m128i shifted = _mm_shuffle_epi32(sum, 0xEE); local
108 sum = _mm_add_epi16(sum, shifted);
215 __m128i shifted = _mm_shuffle_epi32(sum, 0xEE); local
218 sum = _mm_add_epi16(sum, shifted);
733 __m128i shifted = _mm_shuffle_epi32(sum, 0xEE); local
736 sum = _mm_add_epi16(sum, shifted);
/external/skia/src/opts/
H A DSkBitmapProcState_opts_SSE2.cpp105 __m128i shifted = _mm_shuffle_epi32(sum, 0xEE); local
108 sum = _mm_add_epi16(sum, shifted);
215 __m128i shifted = _mm_shuffle_epi32(sum, 0xEE); local
218 sum = _mm_add_epi16(sum, shifted);
733 __m128i shifted = _mm_shuffle_epi32(sum, 0xEE); local
736 sum = _mm_add_epi16(sum, shifted);
/external/chromium_org/chrome/browser/ui/libgtk2ui/
H A Dgtk2_ui.cc260 SkColor shifted = color_utils::HSLShift( local
264 frame_color->red = SkColorGetR(shifted) * kSkiaToGDKMultiplier;
265 frame_color->green = SkColorGetG(shifted) * kSkiaToGDKMultiplier;
266 frame_color->blue = SkColorGetB(shifted) * kSkiaToGDKMultiplier;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Dbezier.c331 struct bezier *shifted,
384 bezier_init(shifted, l[0], l[1],
436 bezier_init2v(shifted,
440 return good_offset(orig, shifted, offset, threshold);
330 shift(const struct bezier *orig, struct bezier *shifted, float offset, float threshold) argument
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dbezier.c331 struct bezier *shifted,
384 bezier_init(shifted, l[0], l[1],
436 bezier_init2v(shifted,
440 return good_offset(orig, shifted, offset, threshold);
330 shift(const struct bezier *orig, struct bezier *shifted, float offset, float threshold) argument
/external/chromium/chrome/browser/ui/gtk/
H A Dgtk_theme_service.cc236 SkColor shifted = color_utils::HSLShift(GdkToSkColor(frame_color), shift); local
238 frame_color->red = SkColorGetR(shifted) * kSkiaToGDKMultiplier;
239 frame_color->green = SkColorGetG(shifted) * kSkiaToGDKMultiplier;
240 frame_color->blue = SkColorGetB(shifted) * kSkiaToGDKMultiplier;
/external/chromium_org/chrome/browser/ui/gtk/
H A Dgtk_theme_service.cc240 SkColor shifted = color_utils::HSLShift(gfx::GdkColorToSkColor(*frame_color), local
243 frame_color->red = SkColorGetR(shifted) * ui::kSkiaToGDKMultiplier;
244 frame_color->green = SkColorGetG(shifted) * ui::kSkiaToGDKMultiplier;
245 frame_color->blue = SkColorGetB(shifted) * ui::kSkiaToGDKMultiplier;
/external/srec/srec/crec/
H A Dsrec_context.c2715 #define ENCODE(SIGN,TYP) { SIGN+=sizeof(TYP); SIGN=SIGN<<3; ASSERT((shifted+=3)<32); }
2720 int shifted = 0; local
/external/chromium_org/third_party/icu/source/i18n/
H A Ducol.cpp2334 /* fcdposition shifted even when there's no normalization, if we
4321 UBool shifted = (coll->alternateHandling == UCOL_SHIFTED); local
4322 //UBool qShifted = shifted && (compareQuad == 0);
4383 if((shifted && ((notIsContinuation && order <= variableTopValue && primary1 > 0)
4386 /* and other ignorables should be removed if following a shifted code point */
4387 if(primary1 == 0) { /* if we were shifted and we got an ignorable code point */
4699 UBool shifted = (coll->alternateHandling == UCOL_SHIFTED); local
4700 //UBool qShifted = shifted && (compareQuad == 0);
4817 if((shifted && ((notIsContinuation && order <= variableTopValue && primary1 > 0)
4821 /* and other ignorables should be removed if following a shifted cod
7495 UBool shifted = (coll->alternateHandling == UCOL_SHIFTED); local
[all...]
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcmsccoll.c148 const static char shifted[][20] = { variable
211 size = sizeof(shifted)/sizeof(shifted[0]);
214 u_uastrcpy(t1, shifted[i]);
215 u_uastrcpy(t2, shifted[j]);
223 size = sizeof(shifted)/sizeof(shifted[0]);
225 u_uastrcpy(t1, shifted[i-1]);
226 u_uastrcpy(t2, shifted[i]);
/external/icu4c/i18n/
H A Ducol.cpp2409 /* fcdposition shifted even when there's no normalization, if we
4662 UBool shifted = (coll->alternateHandling == UCOL_SHIFTED); local
4663 //UBool qShifted = shifted && (compareQuad == 0);
4755 if((shifted && ((notIsContinuation && order <= variableTopValue && primary1 > 0)
4759 /* and other ignorables should be removed if following a shifted code point */
4760 if(primary1 == 0) { /* if we were shifted and we got an ignorable code point */
4773 /* We are dealing with a variable and we're treating them as shifted */
4774 /* This is a shifted ignorable */
5270 if(primary1 != 0) { /* if we were shifted and we got an ignorable code point */
5306 * ANDed with the shifted stat
7198 UBool shifted = (coll->alternateHandling == UCOL_SHIFTED); local
[all...]
/external/icu4c/test/cintltst/
H A Dcmsccoll.c149 const static char shifted[][20] = { variable
212 size = sizeof(shifted)/sizeof(shifted[0]);
215 u_uastrcpy(t1, shifted[i]);
216 u_uastrcpy(t2, shifted[j]);
224 size = sizeof(shifted)/sizeof(shifted[0]);
226 u_uastrcpy(t1, shifted[i-1]);
227 u_uastrcpy(t2, shifted[i]);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 740 milliseconds