HomeSort by relevance Sort by last modified time
    Searched full:shade (Results 26 - 50 of 282) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-utils/1.5.15/
plexus-utils-1.5.15.pom 77 <artifactId>maven-shade-plugin</artifactId>
121 <artifactId>maven-shade-plugin</artifactId>
124 <id>shade</id>
126 <goal>shade</goal>
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-utils/1.5.8/
plexus-utils-1.5.8.pom 85 <artifactId>maven-shade-plugin</artifactId>
150 <artifactId>maven-shade-plugin</artifactId>
153 <id>shade</id>
155 <goal>shade</goal>
  /external/chromium_org/third_party/skia/src/core/
SkColor.cpp 44 if (0 == delta) { // we're a shade of gray
90 if (0 == s) { // shade of gray
SkPictureShader.h 19 * The SkPicture is first rendered into a tile, which is then used to shade the area according
  /external/skia/src/core/
SkColor.cpp 44 if (0 == delta) { // we're a shade of gray
90 if (0 == s) { // shade of gray
SkPictureShader.h 19 * The SkPicture is first rendered into a tile, which is then used to shade the area according
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/sonatype/sisu/sisu-inject-bean/1.4.2/
sisu-inject-bean-1.4.2.pom 71 <artifactId>maven-shade-plugin</artifactId>
76 <goal>shade</goal>
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/sonatype/sisu/sisu-inject-plexus/1.4.2/
sisu-inject-plexus-1.4.2.pom 72 <artifactId>maven-shade-plugin</artifactId>
77 <goal>shade</goal>
  /prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-inject-bean/1.4.2/
sisu-inject-bean-1.4.2.pom 71 <artifactId>maven-shade-plugin</artifactId>
76 <goal>shade</goal>
  /prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-inject-plexus/1.4.2/
sisu-inject-plexus-1.4.2.pom 72 <artifactId>maven-shade-plugin</artifactId>
77 <goal>shade</goal>
  /packages/apps/Dialer/res/layout/
show_all_contacts_fragment.xml 25 - paddingTop should be here to show "shade" effect correctly. -->
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_context.c 105 if (softpipe->quad.shade)
106 softpipe->quad.shade->destroy( softpipe->quad.shade );
271 softpipe->quad.shade = sp_quad_shade_stage(softpipe);
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_context.c 105 if (softpipe->quad.shade)
106 softpipe->quad.shade->destroy( softpipe->quad.shade );
271 softpipe->quad.shade = sp_quad_shade_stage(softpipe);
  /packages/apps/ContactsCommon/res/layout/
contact_list_content.xml 31 - paddingTop should be here to show "shade" effect correctly. -->
  /packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
UpdateService.java 44 // allow the user close the shade, if they want to test that.
  /external/objenesis/tck/
pom.xml 118 <artifactId>maven-shade-plugin</artifactId>
124 <goal>shade</goal>
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/maven/maven-core/2.0.6/
maven-core-2.0.6.pom 50 <artifactId>shade-maven-plugin</artifactId>
56 <goal>shade</goal>
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-core/2.0.7/
maven-core-2.0.7.pom 50 <artifactId>shade-maven-plugin</artifactId>
57 <goal>shade</goal>
  /device/generic/goldfish/camera/fake-pipeline2/
Scene.cpp 154 // Determine sun/shade illumination chromaticity
186 ALOGV("Sun XY: %f, %f, Shade XY: %f, %f",
208 ALOGV("Sun shade XYZ: %f, %f, %f",
267 ALOGV("Shade XYZ: %f, %f, %f",
  /external/chromium_org/third_party/skia/include/effects/
SkPerlinNoiseShader.h 86 SkPMColor shade(const SkPoint& point, StitchData& stitchData) const;
  /external/skia/include/effects/
SkPerlinNoiseShader.h 86 SkPMColor shade(const SkPoint& point, StitchData& stitchData) const;
  /frameworks/base/docs/html/design/style/
color.jd 117 shade that can be used as a complement when needed.</p>
  /frameworks/ex/camera2/portability/tests/src/com/android/ex/camera2/portability/
Camera2PortabilityTest.java 176 set.setWhiteBalance(WhiteBalance.SHADE);
233 assertEquals(intstr.whiteBalanceFromInt(CONTROL_AWB_MODE_SHADE), WhiteBalance.SHADE);
  /external/chromium_org/third_party/libyuv/source/
row_common.cc 748 #define SHADE(f, v) v * f >> 24
763 dst_argb[0] = SHADE(b, b_scale);
764 dst_argb[1] = SHADE(g, g_scale);
765 dst_argb[2] = SHADE(r, r_scale);
766 dst_argb[3] = SHADE(a, a_scale);
772 #undef SHADE
775 #define SHADE(f, v) v * f >> 16
789 dst_argb[0] = SHADE(b, b_scale);
790 dst_argb[1] = SHADE(g, g_scale);
791 dst_argb[2] = SHADE(r, r_scale)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
cp437.py 96 0x00b0: 0x2591, # LIGHT SHADE
97 0x00b1: 0x2592, # MEDIUM SHADE
98 0x00b2: 0x2593, # DARK SHADE
357 u'\u2591' # 0x00b0 -> LIGHT SHADE
358 u'\u2592' # 0x00b1 -> MEDIUM SHADE
359 u'\u2593' # 0x00b2 -> DARK SHADE
    [all...]

Completed in 2285 milliseconds

12 3 4 5 6 7 8 91011>>