HomeSort by relevance Sort by last modified time
    Searched refs:cwidth (Results 1 - 8 of 8) sorted by null

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm/
h264bsdWriteMacroblock.s 31 cwidth RN 6 label
103 LSR cwidth, width, #1
126 VST1 {dRow0}, [cb@64], cwidth
127 VST1 {dRow8}, [cr@64], cwidth
129 VST1 {dRow1}, [cb@64], cwidth
130 VST1 {dRow9}, [cr@64], cwidth
132 VST1 {dRow2}, [cb@64], cwidth
133 VST1 {dRow10}, [cr@64], cwidth
135 VST1 {dRow3}, [cb@64], cwidth
136 VST1 {dRow11}, [cr@64], cwidth
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm_gcc/
h264bsdWriteMacroblock.S 33 #define cwidth r6 define
105 LSR cwidth, width, #1
128 VST1 {dRow0}, [cb,:64], cwidth
129 VST1 {dRow8}, [cr,:64], cwidth
131 VST1 {dRow1}, [cb,:64], cwidth
132 VST1 {dRow9}, [cr,:64], cwidth
134 VST1 {dRow2}, [cb,:64], cwidth
135 VST1 {dRow10}, [cr,:64], cwidth
137 VST1 {dRow3}, [cb,:64], cwidth
138 VST1 {dRow11}, [cr,:64], cwidth
    [all...]
  /bootable/recovery/minui/
graphics.c 51 unsigned cwidth; member in struct:__anon794
217 return gr_font->cwidth * strlen(s);
222 *x = gr_font->cwidth;
248 gl->texCoord2i(gl, (off * font->cwidth) - x,
250 gl->recti(gl, x, y, x + font->cwidth, y + font->cheight);
252 x += font->cwidth;
334 gr_font->cwidth = gr_font->texture->width / 96;
355 gr_font->cwidth = font.cwidth;
font_10x18.h 4 unsigned cwidth; member in struct:__anon793
10 .cwidth = 10,
  /external/pixman/pixman/
pixman-bits-image.c 364 int32_t cwidth = pixman_fixed_to_int (params[0]); local
376 x2 = x1 + cwidth;
439 int cwidth = pixman_fixed_to_int (params[0]); local
445 int x_off = ((cwidth << 16) - pixman_fixed_1) >> 1;
464 y_params = params + 4 + (1 << x_phase_bits) * cwidth + py * cheight;
468 x2 = x1 + cwidth;
476 pixman_fixed_t *x_params = params + 4 + px * cwidth;
739 int cwidth = pixman_fixed_to_int (params[0]); local
741 int x_off = ((cwidth << 16) - pixman_fixed_1) >> 1;
791 x2 = x1 + cwidth;
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
turtle.py 405 cwidth = self._canvas.winfo_width()
407 self._canvas.xview_moveto(0.5*(self.canvwidth-cwidth)/self.canvwidth)
409 if cwidth < self.canvwidth or cheight < self.canvheight:
460 def setupcanvas(self, width, height, cwidth, cheight):
461 self._canvas = ScrolledCanvas(self, width, height, cwidth, cheight)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
turtle.py 405 cwidth = self._canvas.winfo_width()
407 self._canvas.xview_moveto(0.5*(self.canvwidth-cwidth)/self.canvwidth)
409 if cwidth < self.canvwidth or cheight < self.canvheight:
460 def setupcanvas(self, width, height, cwidth, cheight):
461 self._canvas = ScrolledCanvas(self, width, height, cwidth, cheight)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 

Completed in 3448 milliseconds