Home
last modified time | relevance | path

Searched defs:dg (Results 1 – 25 of 41) sorted by relevance

12

/external/testng/src/test/java/test/
DDynamicGraphTest.java19 DynamicGraph<String> dg = new DynamicGraph<>(); in test8() local
53 DynamicGraph<String> dg = new DynamicGraph<>(); in test2() local
/external/skia/src/core/
DSkColorSpaceXform.cpp491 Sk4f& dr, Sk4f& dg, Sk4f& db, Sk4f& da) { in transform_gamut()
504 static AI void translate_gamut(const Sk4f& rTgTbT, Sk4f& dr, Sk4f& dg, Sk4f& db) { in translate_gamut()
515 static AI void store_srgb(void* dst, const uint32_t* src, Sk4f& dr, Sk4f& dg, Sk4f& db, Sk4f&, in store_srgb() argument
563 static AI void store_2dot2(void* dst, const uint32_t* src, Sk4f& dr, Sk4f& dg, Sk4f& db, Sk4f&, in store_2dot2() argument
601 static AI void store_linear(void* dst, const uint32_t* src, Sk4f& dr, Sk4f& dg, Sk4f& db, Sk4f&, in store_linear() argument
635 static AI void store_f16(void* dst, const uint32_t* src, Sk4f& dr, Sk4f& dg, Sk4f& db, Sk4f& da, in store_f16()
652 static AI void store_f16_opaque(void* dst, const uint32_t* src, Sk4f& dr, Sk4f& dg, Sk4f& db, in store_f16_opaque() argument
672 static AI void store_generic(void* dst, const uint32_t* src, Sk4f& dr, Sk4f& dg, Sk4f& db, Sk4f&, in store_generic() argument
859 Sk4f dr, dg, db, da; in color_xform_RGBA() local
DSkXfermode.cpp281 float dg = d[SkPM4f::G]; in hue_4f() local
302 float dg = d[SkPM4f::G]; in saturation_4f() local
323 float dg = d[SkPM4f::G]; in color_4f() local
345 float dg = d[SkPM4f::G]; in luminosity_4f() local
800 int dg = SkGetPackedG32(dst); in hue_modeproc() local
834 int dg = SkGetPackedG32(dst); in saturation_modeproc() local
868 int dg = SkGetPackedG32(dst); in color_modeproc() local
901 int dg = SkGetPackedG32(dst); in luminosity_modeproc() local
DSkBlitRow_D16.cpp194 int dg = (sg * src_scale + SkGetPackedG16(d) * dst_scale) >> 8; in S32A_D565_Blend_Dither() local
DSkSpriteBlitter_RGB16.cpp27 unsigned dr, dg, db; in D16_S32A_Blend_Pixel_helper() local
/external/skia/src/opts/
DSkColor_opts_SSE2.h152 __m128i dg = _mm_slli_epi16(g, SK_G16_SHIFT); in SkPackRGB16_SSE2() local
163 __m128i dg = _mm_slli_epi32(g, SK_G32_SHIFT); in SkPackARGB32_SSE2() local
DSkBlitRow_opts_SSE2.cpp642 __m128i dg = _mm_srli_epi16(dst_pixel, SK_G16_SHIFT); in S32A_D565_Opaque_SSE2() local
930 __m128i dg = _mm_srli_epi16(dst_pixel, SK_G16_SHIFT); in S32A_D565_Opaque_Dither_SSE2() local
DSkBlitRow_opts_arm_neon.cpp718 unsigned dg = (SkPacked32ToG16(sc) * alpha) + (SkGetPackedG16(dc) * dst_scale); in S32A_D565_Blend_neon() local
1189 uint16x8_t dr, dg, db; in S32_D565_Opaque_Dither_neon() local
/external/clang/include/clang/AST/
DDeclGroup.h68 explicit DeclGroupRef(DeclGroup* dg) in DeclGroupRef()
/external/skia/tools/skdiff/
Dskdiff.cpp146 int dg = SkGetPackedG32(c0) - SkGetPackedG32(c1); in colors_match_thresholded() local
Dskdiff.h260 int dg = SkGetPackedG32(c0) - SkGetPackedG32(c1); in compute_diff_pmcolor() local
/external/mesa3d/src/mesa/swrast/
Ds_span.c249 GLint dg = span->greenStep; in interpolate_int_colors() local
281 GLint dr, dg, db, da; in interpolate_int_colors() local
354 GLfloat dg = FixedToFloat(span->greenStep); in interpolate_float_colors() local
/external/skia/src/effects/
DSkColorMatrix.cpp85 void SkColorMatrix::postTranslate(SkScalar dr, SkScalar dg, SkScalar db, in postTranslate()
/external/testng/src/main/java/org/testng/xml/dom/
DXDom.java366 Map<String, String> dg = t.getXmlDependencyGroups(); in testNoPackage() local
/external/glide/third_party/gif_encoder/src/main/java/com/bumptech/glide/gifencoder/
DAnimatedGifEncoder.java357 int dg = g - (colorTab[i++] & 0xff); in findClosest() local
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
Dp5.cpp60 double dg; // expected-note 2{{here}} variable
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
DUtils.java154 int dg = rgb2.green - rgb.green; in closest() local
/external/skia/gm/
Dimage_pict.cpp174 int dg = SkAbs32((int)SkGetPackedG32(table[i]) - cg); in find_closest() local
/external/opencv/cv/src/
Dcvsegmentation.cpp104 int db, dg, dr; in cvWatershed() local
/external/skia/include/core/
DSkColorPriv.h692 unsigned dg = SkGetPackedG16(dst); in SkSrcOver32To16() local
883 unsigned dg = SkAlphaMul4(SkGetPackedG16(d), scale); in SkSrcOver4444To16() local
/external/skia/third_party/etc1/
Detc1.cpp402 int dg = g52 - g51; in etc_encodeBaseColors() local
/external/skia/tests/
DSkpSkGrTest.cpp286 int dg = SkGetPackedG32(grColor) - SkGetPackedG32(skColor); in similarBits() local
/external/skia/src/effects/gradients/
DSkGradientShader.cpp471 SkFixed dg = SkIntToFixed(g1 - g0) / (count - 1); in Build32bitCache() local
/external/testng/src/main/java/org/testng/
DTestRunner.java1072 List<ITestNGMethod> dg = dependencyMap.getMethodsThatBelongTo(d, m); in createDynamicGraph() local
/external/clang/lib/Sema/
DSemaStmt.cpp72 StmtResult Sema::ActOnDeclStmt(DeclGroupPtrTy dg, SourceLocation StartLoc, in ActOnDeclStmt()
82 void Sema::ActOnForEachDeclStmt(DeclGroupPtrTy dg) { in ActOnForEachDeclStmt()

12