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

  /bootable/recovery/minui/
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/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);
  /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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 

Completed in 163 milliseconds