HomeSort by relevance Sort by last modified time
    Searched defs:lf (Results 1 - 13 of 13) sorted by null

  /external/webkit/WebKit/chromium/tests/
UniscribeHelperTest.cpp 53 LOGFONT lf; local
54 memset(&lf, 0, sizeof(LOGFONT));
55 lf.lfHeight = 20;
56 wcscpy_s(lf.lfFaceName, fontName);
58 HFONT hfont = CreateFontIndirect(&lf);
  /external/apache-http/src/org/apache/http/impl/io/
ChunkedInputStream.java 212 int lf = in.read(); local
213 if ((cr != HTTP.CR) || (lf != HTTP.LF)) {
  /external/icu4c/samples/layout/
GDIFontInstance.cpp 109 LOGFONT lf; local
138 lf.lfHeight = - pt.y;
139 lf.lfWidth = 0;
140 lf.lfEscapement = 0;
141 lf.lfOrientation = 0;
142 lf.lfWeight = 0;
143 lf.lfItalic = 0;
144 lf.lfUnderline = 0;
145 lf.lfStrikeOut = 0;
146 lf.lfCharSet = DEFAULT_CHARSET
194 LOGFONTA lf; local
    [all...]
  /external/iproute2/misc/
lnstat_util.c 39 static int scan_lines(struct lnstat_file *lf, int i)
43 for (j = 0; j < lf->num_fields; j++)
44 lf->fields[j].values[i] = 0;
46 while(!feof(lf->fp)) {
52 fgets(buf, sizeof(buf)-1, lf->fp);
53 gettimeofday(&lf->last_read, NULL);
55 for (j = 0; j < lf->num_fields; j++) {
58 lf->fields[j].values[i] = f;
60 lf->fields[j].values[i] += f;
83 struct lnstat_file *lf; local
174 struct lnstat_file *lf; local
217 struct lnstat_file *lf; local
252 struct lnstat_file *lf; local
280 struct lnstat_file *lf; local
297 struct lnstat_file *lf; local
    [all...]
lnstat.c 80 struct lnstat_field *lf; member in struct:field_param
97 struct lnstat_field *lf = fp->params[i].lf; local
102 fprintf(of, formatbuf, lf->result);
112 struct lnstat_file *lf; local
116 for (lf = lnstat_files; lf; lf = lf->next) {
117 for (i = 0; i < lf->num_fields; i++)
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/audio/
SDL_audiocvt.c 416 Uint8 *src, *dst, lf, rf, ce; local
423 lf = src[0];
425 ce = (lf/2) + (rf/2);
426 dst[0] = lf;
428 dst[2] = lf - ce;
437 Sint8 *src, *dst, lf, rf, ce; local
444 lf = src[0];
446 ce = (lf/2) + (rf/2);
447 dst[0] = lf;
449 dst[2] = lf - ce
459 Uint16 lf, rf, ce, lr, rr; local
518 Sint16 lf, rf, ce, lr, rr; local
593 Uint8 *src, *dst, lf, rf, ce; local
612 Sint8 *src, *dst, lf, rf, ce; local
632 Uint16 lf, rf, ce, lr, rr; local
681 Sint16 lf, rf, ce, lr, rr; local
    [all...]
  /external/webkit/WebCore/platform/graphics/win/
FontCacheWin.cpp 180 LOGFONT lf; local
181 GetObject(MLangFont, sizeof(LOGFONT), &lf);
183 hfont = CreateFontIndirect(&lf);
  /external/bluetooth/bluez/test/
hciemu.c 752 read_local_features_rp lf; local
772 lf.status = 0x00;
773 memcpy(lf.features, vdev.features, 8);
774 command_complete(ogf, ocf, sizeof(lf), &lf);
  /external/qemu/hw/
bt-hci.c 1197 read_local_features_rp lf = { local
    [all...]
  /device/samsung/crespo/alsa-lib/src/
conf.c 3003 struct finfo *lf = &local->finfo[k]; local
3021 struct finfo *lf = &local->finfo[k]; local
    [all...]
  /external/svox/pico/lib/
picopr.c 1317 pr_ioItemPtr lf; local
1688 pr_ioItemPtr lf; local
2135 pr_ioItemPtr lf; local
    [all...]
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
  /prebuilt/sdk/4/
android.jar 

Completed in 7000 milliseconds