HomeSort by relevance Sort by last modified time
    Searched full:cwidth (Results 1 - 14 of 14) 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/
mkfont.c 19 printf(" unsigned cwidth;\n");
23 printf(" .width = %d,\n .height = %d,\n .cwidth = %d,\n .cheight = %d,\n", gimp_image.width, gimp_image.height,
graphics.c 39 int cwidth; member in struct:__anon1115
66 return gr_font->cwidth * strlen(s);
71 *x = gr_font->cwidth;
124 if (outside(x, y) || outside(x+font->cwidth-1, y+font->cheight-1)) break;
127 unsigned char* src_p = font->texture->data + (off * font->cwidth) +
133 font->cwidth, font->cheight);
136 x += font->cwidth;
277 gr_font->cwidth = gr_font->texture->width / 96;
299 gr_font->cwidth = font.cwidth;
    [all...]
font_10x18.h 4 unsigned cwidth; member in struct:__anon1114
10 .cwidth = 10,
  /external/chromium_org/third_party/WebKit/Source/core/paint/
ImagePainter.cpp 73 LayoutUnit cWidth = m_renderImage.contentWidth();
82 if (cWidth > 2 && cHeight > 2) {
94 context->drawRect(pixelSnappedIntRect(LayoutRect(paintOffset.x() + leftBorder + leftPad, paintOffset.y() + topBorder + topPad, cWidth, cHeight)));
100 LayoutUnit usableWidth = cWidth - 2 * borderWidth;
140 int availableWidth = cWidth - static_cast<int>(RenderImage::paddingWidth);
151 } else if (m_renderImage.imageResource()->hasImage() && cWidth > 0 && cHeight > 0) {
  /packages/apps/Launcher3/src/com/android/launcher3/
Hotseat.java 114 int cWidth = mContent.getShortcutsAndWidgets().getCellContentWidth();
116 int cellPaddingX = (int) Math.max(0, ((coords.width() - cWidth) / 2f));
  /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/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wingdi.h     [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/deqp/modules/gles2/functional/
es2fFboRenderTest.cpp 685 int cWidth = (int)(deRandom_getUint32(&rnd) & 0x7fffffff) % (width-cX);
689 context.scissor(cX, cY, cWidth, cHeight);
    [all...]
  /external/llvm/lib/Target/R600/
AMDGPUISelLowering.cpp     [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 474 milliseconds