HomeSort by relevance Sort by last modified time
    Searched full:pal (Results 1 - 25 of 148) sorted by null

1 2 3 4 5 6

  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
802.11_bta.h 2 * BT-AMP (BlueTooth Alternate Mac and Phy) 802.11 PAL (Protocol Adaptation Layer)
26 /* BT-AMP 802.11 PAL Protocols */
33 /* BT-AMP 802.11 PAL AMP_ASSOC Type IDs */
  /external/quake/quake/src/QW/client/
gl_vidandroid.c 60 byte *pal; local
77 pal = palette;
81 r = pal[0];
82 g = pal[1];
83 b = pal[2];
84 pal += 3;
99 COM_FOpenFile("glquake/15to8.pal", &f);
114 pal = (unsigned char *)d_8to24table;
115 for (v=0,k=0,bestdist=10000.0; v<256; v++,pal+=4) {
116 r1 = (int)r - (int)pal[0]
    [all...]
gl_vidlinux.c 212 byte *pal; local
229 pal = palette;
233 r = pal[0];
234 g = pal[1];
235 b = pal[2];
236 pal += 3;
251 COM_FOpenFile("glquake/15to8.pal", &f);
266 pal = (unsigned char *)d_8to24table;
267 for (v=0,k=0,bestdist=10000.0; v<256; v++,pal+=4) {
268 r1 = (int)r - (int)pal[0]
    [all...]
gl_vidlinux_svga.c 244 byte *pal; local
259 pal = palette;
263 r = pal[0];
264 g = pal[1];
265 b = pal[2];
266 pal += 3;
281 COM_FOpenFile("glquake/15to8.pal", &f);
296 pal = (unsigned char *)d_8to24table;
297 for (v=0,k=0,bestdist=10000.0; v<256; v++,pal+=4) {
298 r1 = (int)r - (int)pal[0]
    [all...]
gl_vidlinux_x11.c 438 byte *pal; local
453 pal = palette;
457 r = pal[0];
458 g = pal[1];
459 b = pal[2];
460 pal += 3;
475 COM_FOpenFile("glquake/15to8.pal", &f);
490 pal = (unsigned char *)d_8to24table;
491 for (v=0,k=0,bestdist=10000.0; v<256; v++,pal+=4) {
492 r1 = (int)r - (int)pal[0]
    [all...]
gl_vidlinuxglx.c 384 byte *pal; local
401 pal = palette;
405 r = pal[0];
406 g = pal[1];
407 b = pal[2];
408 pal += 3;
423 COM_FOpenFile("glquake/15to8.pal", &f);
438 pal = (unsigned char *)d_8to24table;
439 for (v=0,k=0,bestdist=10000.0; v<256; v++,pal+=4) {
440 r1 = (int)r - (int)pal[0]
    [all...]
  /packages/wallpapers/Basic/src/com/android/wallpaper/polarclock/
PolarClockWallpaper.java 115 final FixedClockPalette pal = new FixedClockPalette(); local
116 pal.mId = xrp.getAttributeValue(null, "id");
119 pal.mBackgroundColor = Color.parseColor(val);
121 pal.mSecondColor = Color.parseColor(val);
123 pal.mMinuteColor = Color.parseColor(val);
125 pal.mHourColor = Color.parseColor(val);
127 pal.mDayColor = Color.parseColor(val);
129 pal.mMonthColor = Color.parseColor(val);
130 return (pal.mId == null) ? null : pal;
205 final CyclingClockPalette pal = new CyclingClockPalette(); local
330 ClockPalette pal = ClockPalette.parseXmlPaletteTag(xrp); local
332 mPalettes.put(pal.getId(), pal); local
400 ClockPalette pal = mPalettes.get(paletteId); local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
video_encoder.h 6 #define VIDEO_ENCODER_PAL 1 /* can encode PAL signal */
video_decoder.h 8 #define VIDEO_DECODER_PAL 1 /* can decode PAL signal */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
video_encoder.h 6 #define VIDEO_ENCODER_PAL 1 /* can encode PAL signal */
video_decoder.h 8 #define VIDEO_DECODER_PAL 1 /* can decode PAL signal */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
video_encoder.h 6 #define VIDEO_ENCODER_PAL 1 /* can encode PAL signal */
video_decoder.h 8 #define VIDEO_DECODER_PAL 1 /* can decode PAL signal */
  /external/llvm/lib/Bitcode/Writer/
ValueEnumerator.h 105 unsigned getAttributeID(AttributeSet PAL) const {
106 if (PAL.isEmpty()) return 0; // Null maps to zero.
107 AttributeMapType::const_iterator I = AttributeMap.find(PAL);
112 unsigned getAttributeGroupID(AttributeSet PAL) const {
113 if (PAL.isEmpty()) return 0; // Null maps to zero.
114 AttributeGroupMapType::const_iterator I = AttributeGroupMap.find(PAL);
163 void EnumerateAttributes(AttributeSet PAL);
  /frameworks/compile/slang/BitWriter_2_9/
ValueEnumerator.h 109 unsigned getAttributeID(llvm::AttributeSet PAL) const {
110 if (PAL.isEmpty()) return 0; // Null maps to zero.
111 AttributeMapType::const_iterator I = AttributeMap.find(PAL);
116 unsigned getAttributeGroupID(llvm::AttributeSet PAL) const {
117 if (PAL.isEmpty()) return 0; // Null maps to zero.
118 AttributeGroupMapType::const_iterator I = AttributeGroupMap.find(PAL);
167 void EnumerateAttributes(llvm::AttributeSet PAL);
  /frameworks/compile/slang/BitWriter_2_9_func/
ValueEnumerator.h 109 unsigned getAttributeID(llvm::AttributeSet PAL) const {
110 if (PAL.isEmpty()) return 0; // Null maps to zero.
111 AttributeMapType::const_iterator I = AttributeMap.find(PAL);
116 unsigned getAttributeGroupID(llvm::AttributeSet PAL) const {
117 if (PAL.isEmpty()) return 0; // Null maps to zero.
118 AttributeGroupMapType::const_iterator I = AttributeGroupMap.find(PAL);
167 void EnumerateAttributes(llvm::AttributeSet PAL);
  /frameworks/compile/slang/BitWriter_3_2/
ValueEnumerator.h 109 unsigned getAttributeID(llvm::AttributeSet PAL) const {
110 if (PAL.isEmpty()) return 0; // Null maps to zero.
111 AttributeMapType::const_iterator I = AttributeMap.find(PAL);
116 unsigned getAttributeGroupID(llvm::AttributeSet PAL) const {
117 if (PAL.isEmpty()) return 0; // Null maps to zero.
118 AttributeGroupMapType::const_iterator I = AttributeGroupMap.find(PAL);
167 void EnumerateAttributes(llvm::AttributeSet PAL);
  /frameworks/base/packages/DefaultContainerService/res/values-lv/
strings.xml 23 <string name="service_name" msgid="4841491635055379553">"Pakotnes piek?uves pal?gs"</string>
  /external/qemu/distrib/sdl-1.2.15/src/video/ggi/
SDL_ggivideo.c 157 ggi_color pal[256], map[256]; local
208 ggiGetPalette(VIS, 0, 1 << vformat->BitsPerPixel, pal);
263 ggi_color pal[256]; local
306 ggiGetPalette(VIS, 0, 1 << bpp, pal);
358 ggi_color pal[256]; local
363 pal[i].r = (colors[i].r << 8) | colors[i].r;
364 pal[i].g = (colors[i].g << 8) | colors[i].g;
365 pal[i].b = (colors[i].b << 8) | colors[i].b;
368 ggiSetPalette(VIS, firstcolor, ncolors, pal);
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_gamma.c 175 SDL_Palette *pal = screen->format->palette; local
179 pal = video->physpal;
182 pal->colors, 0, pal->ncolors);
SDL_pixels.c 313 Uint8 SDL_FindColor(SDL_Palette *pal, Uint8 r, Uint8 g, Uint8 b)
323 for ( i=0; i<pal->ncolors; ++i ) {
324 rd = pal->colors[i].r - r;
325 gd = pal->colors[i].g - g;
326 bd = pal->colors[i].b - b;
470 SDL_Palette *pal = src->palette; local
473 map = (Uint8 *)SDL_malloc(pal->ncolors*bpp);
481 for ( i=0; i<pal->ncolors; ++i ) {
483 pal->colors[i].r, pal->colors[i].g
494 SDL_Palette *pal = dst->palette; local
    [all...]
  /external/quake/quake/src/WinQuake/
gl_vidandroid.cpp 83 byte *pal; local
101 pal = palette;
105 r = pal[0];
106 g = pal[1];
107 b = pal[2];
108 pal += 3;
125 COM_FOpenFile("glquake/15to8.pal", &f);
141 pal = (unsigned char *)d_8to24table;
142 for (v=0,k=0,bestdist=0x7FFFFFFF; v<256; v++,pal+=4) {
143 r1 = (int)r - (int)pal[0]
    [all...]
gl_vidlinux.cpp 216 byte *pal; local
231 pal = palette;
235 r = pal[0];
236 g = pal[1];
237 b = pal[2];
238 pal += 3;
256 pal = (unsigned char *)d_8to24table;
257 for (v=0,k=0,bestdist=10000*10000; v<256; v++,pal+=4) {
258 r1 = (int)r - (int)pal[0];
259 g1 = (int)g - (int)pal[1]
    [all...]
  /frameworks/opt/timezonepicker/res/values-da/
strings.xml 23 <string name="palestine_display_name" msgid="3485026339977302148">"Palæstina"</string>
  /frameworks/opt/timezonepicker/res/values-de/
strings.xml 23 <string name="palestine_display_name" msgid="3485026339977302148">"Palästina"</string>

Completed in 519 milliseconds

1 2 3 4 5 6