HomeSort by relevance Sort by last modified time
    Searched defs:sg (Results 76 - 100 of 100) sorted by null

1 2 34

  /external/skia/src/effects/
SkArithmeticMode.cpp 117 int sg = SkGetPackedG32(sc); local
122 sg = SkUnPreMultiply::ApplyScale(scale, sg);
138 g = arith(k1, k2, k3, k4, sg, dg);
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
ScriptGroup.java 477 ScriptGroup sg = new ScriptGroup(id, mRS); local
478 sg.mOutputs = new IO[outputs.size()];
480 sg.mOutputs[ct] = outputs.get(ct);
483 sg.mInputs = new IO[inputs.size()];
485 sg.mInputs[ct] = inputs.get(ct);
488 return sg;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/colorpicker/
ColorOpacityView.java 160 Shader sg = new LinearGradient( local
162 mBarPaint1.setShader(sg);
ColorRectView.java 146 SweepGradient sg = new SweepGradient(mCtrX, mCtrY, wheelColor, null); local
  /external/chromium_org/third_party/WebKit/Source/core/css/
MediaQueryEvaluator.cpp 264 FloatRect sg = screenRect(frame->page()->mainFrame()->view()); local
265 return compareAspectRatioValue(value, static_cast<int>(sg.width()), static_cast<int>(sg.height()), op);
365 FloatRect sg = screenRect(frame->page()->mainFrame()->view()); local
367 long height = sg.height();
381 FloatRect sg = screenRect(frame->page()->mainFrame()->view()); local
383 long width = sg.width();
  /external/chromium_org/third_party/skia/src/opts/
SkBlitRow_opts_arm_neon.cpp 395 int sg = SkGetPackedG32(c); local
398 sg = SkDITHER_G32To565(sg, dither);
403 SkAlphaBlend(sg, SkGetPackedG16(d), scale),
914 uint8x8_t sr, sg, sb, sa, d; local
941 unsigned sg = SkGetPackedG32(c); local
1108 unsigned sg = SkGetPackedG32(c); local
1149 uint8x8_t sr, sg, sb; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-antlr.jar 
  /external/skia/src/opts/
SkBlitRow_opts_arm_neon.cpp 395 int sg = SkGetPackedG32(c); local
398 sg = SkDITHER_G32To565(sg, dither);
403 SkAlphaBlend(sg, SkGetPackedG16(d), scale),
914 uint8x8_t sr, sg, sb, sa, d; local
941 unsigned sg = SkGetPackedG32(c); local
1108 unsigned sg = SkGetPackedG32(c); local
1149 uint8x8_t sr, sg, sb; local
    [all...]
  /external/chromium_org/third_party/libpng/
pngrtran.c 1171 int sg = 8 - png_ptr->sig_bit.green; local
    [all...]
  /external/libpng/
pngrtran.c 1171 int sg = 8 - png_ptr->sig_bit.green; local
    [all...]
  /external/libyuv/files/source/
row_common.cc 331 int sg = (b * 22 + g * 88 + r * 45) >> 7; local
334 if (sg > 255) {
335 sg = 255;
341 dst_argb[1] = sg;
356 int sg = (b * matrix_argb[4] + g * matrix_argb[5] + local
366 if (sg < 0) {
367 sg = 0;
369 if (sg > 255) {
370 sg = 255;
379 dst_argb[1] = sg;
    [all...]
  /external/pixman/pixman/
pixman-combine32.c 1971 uint16_t sa, sr, sg, sb, da; local
    [all...]
pixman-fast-path.c 2182 uint32_t sr, sb, sg, t0, t1; local
    [all...]
  /external/qemu/
block_int.h 150 int sg; /* if true, the device is a /dev/sg* */ member in struct:BlockDriverState
  /external/qemu/distrib/libpng-1.2.19/
pngrtran.c 1088 int sg = 8 - png_ptr->sig_bit.green; local
    [all...]
  /external/valgrind/main/drd/
drd_thread.c 49 static void thread_append_segment(const DrdThreadId tid, Segment* const sg);
50 static void thread_discard_segment(const DrdThreadId tid, Segment* const sg);
491 Segment* sg; local
497 for (sg = DRD_(g_threadinfo)[tid].sg_last; sg; sg = sg_prev) {
498 sg_prev = sg->thr_prev;
499 sg->thr_next = NULL;
500 sg->thr_prev = NULL;
501 DRD_(sg_put)(sg);
912 Segment* sg; local
968 Segment* sg; local
1017 Segment* sg; local
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglImp.cpp 1034 ShareGroupPtr sg = thread->shareGroup; local
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
zstrfmt.cpp 77 static const char gShortGenericTag[] = "sg";
942 UnicodeString sg; local
945 mzStrings->getString(ZSIDX_SHORT_GENERIC, sg);
947 if (!lg.isEmpty() || !sg.isEmpty()) {
983 if (!sg.isEmpty()) {
    [all...]
  /external/chromium_org/third_party/skia/include/core/
SkColorPriv.h 427 unsigned sg = SkPacked32ToG16(c); local
431 sg = (sg << 5) | (sg >> 1);
433 return (sr << 11) | (sg << 21) | (sb << 0);
441 unsigned sg = SkGetPackedG32(src); local
451 dg = (sg + SkMul16ShiftRound(dg, isa, SK_G16_BITS)) >> (8 - SK_G16_BITS);
639 unsigned sg = SkG4444ToG565(SkGetPackedG4444(s)); local
642 // To avoid overflow, we have to clear the low bit of the synthetic sg
646 sg &= ~(~(sa >> 3) & 1)
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkXfermode.cpp 505 int sg = SkGetPackedG32(src); local
513 int Sr, Sg, Sb;
517 Sg = sg * sa;
519 SetSat(&Sr, &Sg, &Sb, Sat(dr, dg, db) * sa);
520 SetLum(&Sr, &Sg, &Sb, sa * da, Lum(dr, dg, db) * sa);
523 Sg = 0;
529 int g = blendfunc_nonsep_byte(sg, dg, sa, da, Sg);
539 int sg = SkGetPackedG32(src) local
573 int sg = SkGetPackedG32(src); local
606 int sg = SkGetPackedG32(src); local
    [all...]
  /external/kernel-headers/original/linux/
usb.h 1079 struct scatterlist *sg; member in struct:usb_sg_request
    [all...]
  /external/skia/include/core/
SkColorPriv.h 427 unsigned sg = SkPacked32ToG16(c); local
431 sg = (sg << 5) | (sg >> 1);
433 return (sr << 11) | (sg << 21) | (sb << 0);
441 unsigned sg = SkGetPackedG32(src); local
451 dg = (sg + SkMul16ShiftRound(dg, isa, SK_G16_BITS)) >> (8 - SK_G16_BITS);
639 unsigned sg = SkG4444ToG565(SkGetPackedG4444(s)); local
642 // To avoid overflow, we have to clear the low bit of the synthetic sg
646 sg &= ~(~(sa >> 3) & 1)
    [all...]
  /external/skia/src/core/
SkXfermode.cpp 505 int sg = SkGetPackedG32(src); local
513 int Sr, Sg, Sb;
517 Sg = sg * sa;
519 SetSat(&Sr, &Sg, &Sb, Sat(dr, dg, db) * sa);
520 SetLum(&Sr, &Sg, &Sb, sa * da, Lum(dr, dg, db) * sa);
523 Sg = 0;
529 int g = blendfunc_nonsep_byte(sg, dg, sa, da, Sg);
539 int sg = SkGetPackedG32(src) local
573 int sg = SkGetPackedG32(src); local
606 int sg = SkGetPackedG32(src); local
    [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 917 milliseconds

1 2 34