HomeSort by relevance Sort by last modified time
    Searched defs:lg (Results 1 - 17 of 17) sorted by null

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
GlobalTest.java 26 ScriptC_large_global lg = new ScriptC_large_global(mRS); local
27 lg.destroy();
  /cts/tests/tests/graphics/src/android/graphics/cts/
LinearGradientTest.java 33 LinearGradient lg; local
37 lg = new LinearGradient(0, 0, 0, 40, color, position, TileMode.CLAMP);
38 b = drawLinearGradient(lg);
53 lg = new LinearGradient(0, 0, 0, 40, Color.RED, Color.BLUE, TileMode.CLAMP);
54 b= drawLinearGradient(lg);
65 private Bitmap drawLinearGradient(LinearGradient lg) {
67 paint.setShader(lg);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.guard/
mutex.fail.cpp 34 std::lock_guard<std::mutex> lg = m; local
  /external/chromium_org/third_party/opus/src/celt/tests/
test_unit_mathops.c 240 opus_val32 lg; local
243 lg = celt_ilog2(x);
244 if (lg<0 || lg>=31)
246 printf("celt_ilog2 failed: 0<=celt_ilog2(x)<31 (x = %d, celt_ilog2(x) = %d)\n",x,lg);
249 y = 1<<lg;
  /external/pixman/pixman/
pixman-gradient-walker.c 61 float la, lr, lg, lb; local
132 lg = (left_c->green * (1.0f/257.0f));
148 walker->g_b = (lg + rg) / 510.0f;
157 walker->g_b = (lg * rx - rg * lx) * w_rec * (1.0f/255.0f);
162 walker->g_s = (rg - lg) * w_rec * (1.0f/255.0f);
  /bionic/libm/upstream-freebsd/lib/msun/bsdsrc/
b_tgamma.c 279 struct Double lg, lsine; local
300 lg = large_gam(y);
302 lg.a -= lsine.a; /* exact (opposite signs) */
303 lg.b -= lsine.b;
304 y = -(lg.a + lg.b);
305 z = (y + lg.a) + lg.b;
  /external/chromium_org/third_party/opus/src/celt/
quant_bands.c 548 opus_val16 lg = ADD16(oldEBands[i+c*m->nbEBands], local
550 eBands[i+c*m->nbEBands] = PSHR32(celt_exp2(lg),4);
  /external/harfbuzz/src/
harfbuzz-gdef.c 471 static HB_Error Load_LigGlyph( HB_LigGlyph* lg,
487 count = lg->CaretCount = GET_UShort();
491 lg->CaretValue = NULL;
493 if ( ALLOC_ARRAY( lg->CaretValue, count, HB_CaretValue ) )
496 cv = lg->CaretValue;
525 static void Free_LigGlyph( HB_LigGlyph* lg)
532 if ( lg->CaretValue )
534 count = lg->CaretCount;
535 cv = lg->CaretValue;
555 HB_LigGlyph* lg; local
623 HB_LigGlyph* lg; local
    [all...]
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-gdef.c 471 static HB_Error Load_LigGlyph( HB_LigGlyph* lg,
487 count = lg->CaretCount = GET_UShort();
491 lg->CaretValue = NULL;
493 if ( ALLOC_ARRAY( lg->CaretValue, count, HB_CaretValue ) )
496 cv = lg->CaretValue;
525 static void Free_LigGlyph( HB_LigGlyph* lg)
532 if ( lg->CaretValue )
534 count = lg->CaretCount;
535 cv = lg->CaretValue;
555 HB_LigGlyph* lg; local
623 HB_LigGlyph* lg; local
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/colorpicker/
ColorRectView.java 147 LinearGradient lg = new LinearGradient( local
150 mWheelPaint1.setShader(lg);
  /external/chromium_org/third_party/icu/source/i18n/
zstrfmt.cpp 80 static const char gLongGenericTag[] = "lg";
941 UnicodeString lg; local
944 mzStrings->getString(ZSIDX_LONG_GENERIC, lg);
947 if (!lg.isEmpty() || !sg.isEmpty()) {
976 if (!lg.isEmpty()) {
979 Formattable(lg)
    [all...]
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/bcel/2.0.1/
bcel-2.0.1.jar 
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 912 milliseconds