/bootable/recovery/minui/ |
graphics.c | 52 unsigned cheight; member in struct:__anon794 223 *y = gr_font->cheight; 234 bold = bold && (font->texture->height != font->cheight); 249 (bold ? font->cheight : 0) - y); 250 gl->recti(gl, x, y, x + font->cwidth, y + font->cheight); 335 gr_font->cheight = gr_font->texture->height / 2; 356 gr_font->cheight = font.cheight;
|
font_10x18.h | 5 unsigned cheight; member in struct:__anon793 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:__anon25757
|
/external/qemu-pc-bios/vgabios/tests/ |
testbios.c | 30 Bit16u cheight;
member in struct:__anon25754 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 | |