HomeSort by relevance Sort by last modified time
    Searched full:cheight (Results 1 - 16 of 16) sorted by null

  /bootable/recovery/minui/
mkfont.c 20 printf(" unsigned cheight;\n");
23 printf(" .width = %d,\n .height = %d,\n .cwidth = %d,\n .cheight = %d,\n", gimp_image.width, gimp_image.height,
graphics.c 40 int cheight; member in struct:__anon1115
72 *y = gr_font->cheight;
117 bold = bold && (font->texture->height != font->cheight);
124 if (outside(x, y) || outside(x+font->cwidth-1, y+font->cheight-1)) break;
128 (bold ? font->cheight * font->texture->row_bytes : 0);
133 font->cwidth, font->cheight);
278 gr_font->cheight = gr_font->texture->height / 2;
300 gr_font->cheight = font.cheight;
font_10x18.h 5 unsigned cheight; member in struct:__anon1114
11 .cheight = 18,
  /external/chromium_org/third_party/WebKit/Source/core/paint/
ImagePainter.cpp 74 LayoutUnit cHeight = m_renderImage.contentHeight();
82 if (cWidth > 2 && cHeight > 2) {
94 context->drawRect(pixelSnappedIntRect(LayoutRect(paintOffset.x() + leftBorder + leftPad, paintOffset.y() + topBorder + topPad, cWidth, cHeight)));
101 LayoutUnit usableHeight = cHeight - 2 * borderWidth;
151 } else if (m_renderImage.imageResource()->hasImage() && cWidth > 0 && cHeight > 0) {
  /external/qemu-pc-bios/vgabios/
vgabios.c 832 Bit16u i,twidth,theightm1,cheight; local
858 cheight=video_param_table[vpti].cheight;
986 write_word(BIOSMEM_SEG,BIOSMEM_CHAR_HEIGHT,cheight);
1032 switch(cheight)
1054 {Bit16u cheight,curs,crtc_addr; local
1064 cheight = read_word(BIOSMEM_SEG,BIOSMEM_CHAR_HEIGHT);
1065 if((modeset_ctl&0x01) && (cheight>8) && (CL<8) && (CH<0x20))
1069 CH = ((CH+1) * cheight / 8) -1;
1073 CH = ((CL+1) * cheight / 8) - 2
1265 Bit8u mode,line,cheight,bpp,cols; local
1612 Bit8u cheight,xcurs,ycurs,mode,line,bpp; local
1670 Bit8u cheight,xcurs,ycurs,mode,line,bpp; local
1944 Bit8u cheight,xcurs,ycurs,mode,line,bpp; local
    [all...]
vgatables.h 143 Bit8u cheight; member in struct:__anon13991
  /external/qemu-pc-bios/vgabios/tests/
testbios.c 30 Bit16u cheight; member in struct:__anon13988
280 biosarea->cheight=peek(0x40,0x85);
306 printf("cheight : %04x\t",biosarea->cheight);
  /packages/apps/Launcher3/src/com/android/launcher3/
Hotseat.java 115 int cHeight = mContent.getShortcutsAndWidgets().getCellContentHeight();
117 int cellPaddingY = (int) Math.max(0, ((coords.height() - cHeight) / 2f));
ShortcutAndWidgetContainer.java 154 int cHeight = getCellContentHeight();
155 int cellPaddingY = (int) Math.max(0, ((lp.height - cHeight) / 2f));
CellLayout.java     [all...]
  /external/pixman/pixman/
pixman-bits-image.c 365 int32_t cheight = pixman_fixed_to_int (params[1]); local
377 y2 = y1 + cheight;
440 int cheight = pixman_fixed_to_int (params[1]); local
446 int y_off = ((cheight << 16) - pixman_fixed_1) >> 1;
464 y_params = params + 4 + (1 << x_phase_bits) * cwidth + py * cheight;
469 y2 = y1 + cheight;
740 int cheight = pixman_fixed_to_int (params[1]); local
742 int y_off = ((cheight << 16) - pixman_fixed_1) >> 1;
792 y2 = y1 + cheight;
796 y_params = params + 4 + (1 << x_phase_bits) * cwidth + py * cheight;
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
turtle.py 406 cheight = self._canvas.winfo_height()
408 self._canvas.yview_moveto(0.5*(self.canvheight-cheight)/self.canvheight)
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 406 cheight = self._canvas.winfo_height()
408 self._canvas.yview_moveto(0.5*(self.canvheight-cheight)/self.canvheight)
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 686 int cHeight = (int)(deRandom_getUint32(&rnd) & 0x7fffffff) % (height-cY);
689 context.scissor(cX, cY, cWidth, cHeight);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wingdi.h     [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 1264 milliseconds