HomeSort by relevance Sort by last modified time
    Searched refs:lf (Results 1 - 25 of 97) sorted by null

1 2 3 4

  /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/chromium_org/ui/base/l10n/
l10n_util_win_unittest.cc 20 LOGFONT lf = metrics.lfMessageFont; local
21 l10n_util::AdjustUIFont(&lf);
22 int size = lf.lfHeight;
30 lf.lfHeight = static_cast<int>(1.4 * size + rounding);
31 l10n_util::AdjustUIFontForDIP(1.4f, &lf);
32 EXPECT_NEAR(size, lf.lfHeight, 1);
34 lf.lfHeight = static_cast<int>(1.8 * size + rounding);
35 l10n_util::AdjustUIFontForDIP(1.8f, &lf);
36 EXPECT_NEAR(size, lf.lfHeight, 1);
  /external/chromium_org/third_party/mesa/src/src/gallium/winsys/sw/dri/
dri_sw_winsys.h 36 struct sw_winsys *dri_create_sw_winsys(struct drisw_loader_funcs *lf);
dri_sw_winsys.c 55 struct drisw_loader_funcs *lf; member in struct:dri_sw_winsys
186 dri_sw_ws->lf->put_image(dri_drawable, dri_sw_dt->data, width, height);
197 dri_create_sw_winsys(struct drisw_loader_funcs *lf)
205 ws->lf = lf;
  /external/mesa3d/src/gallium/winsys/sw/dri/
dri_sw_winsys.h 36 struct sw_winsys *dri_create_sw_winsys(struct drisw_loader_funcs *lf);
dri_sw_winsys.c 55 struct drisw_loader_funcs *lf; member in struct:dri_sw_winsys
186 dri_sw_ws->lf->put_image(dri_drawable, dri_sw_dt->data, width, height);
197 dri_create_sw_winsys(struct drisw_loader_funcs *lf)
205 ws->lf = lf;
  /external/valgrind/main/gdbserver_tests/
filter_make_empty 8 ps -lf -p $PPID >> garbage.filtered.out
  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_truetype_font_list_win.cc 27 const LOGFONTW& lf = logical_font->elfLogFont; local
28 if (lf.lfFaceName[0] && lf.lfFaceName[0] != '@' &&
29 lf.lfOutPrecision == OUT_STROKE_PRECIS) { // Outline fonts only.
30 std::string face_name(UTF16ToUTF8(lf.lfFaceName));
43 const LOGFONTW& lf = logical_font->elfLogFont; local
44 if (lf.lfFaceName[0] && lf.lfFaceName[0] != '@' &&
45 lf.lfOutPrecision == OUT_STROKE_PRECIS) { // Outline fonts only.
47 desc.family = UTF16ToUTF8(lf.lfFaceName)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/include/state_tracker/
drisw_api.h 21 struct pipe_screen * drisw_create_screen(struct drisw_loader_funcs *lf);
  /external/chromium_org/third_party/skia/include/ports/
SkTypeface_win.h 24 * Copy the LOGFONT associated with this typeface into the lf parameter. Note
29 SK_API void SkLOGFONTFromTypeface(const SkTypeface* typeface, LOGFONT* lf);
  /external/mesa3d/src/gallium/include/state_tracker/
drisw_api.h 21 struct pipe_screen * drisw_create_screen(struct drisw_loader_funcs *lf);
  /external/skia/include/ports/
SkTypeface_win.h 24 * Copy the LOGFONT associated with this typeface into the lf parameter. Note
29 SK_API void SkLOGFONTFromTypeface(const SkTypeface* typeface, LOGFONT* lf);
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/dri-swrast/
swrast_drm_api.c 41 drisw_create_screen(struct drisw_loader_funcs *lf)
46 winsys = dri_create_sw_winsys(lf);
  /external/mesa3d/src/gallium/targets/dri-swrast/
swrast_drm_api.c 41 drisw_create_screen(struct drisw_loader_funcs *lf)
46 winsys = dri_create_sw_winsys(lf);
  /external/chromium_org/chrome/tools/
inconsistent-eol.py 42 def PrevailingEOLName(crlf, cr, lf):
48 lf: How many LF (\n) characters are in the file, excluding CRLF sequences.
53 most = max(crlf, cr, lf)
58 return 'lf'
61 def FixEndings(file, crlf, cr, lf):
62 """Change the file's line endings to CRLF or LF, whichever is more common."""
63 most = max(crlf, cr, lf)
90 lf = CountChars(text, '\n') - crlf
94 print '%s: forcing to LF' % filenam
    [all...]
  /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/chromium/chrome/browser/ui/webui/options/
font_settings_utils_win.cc 20 const LOGFONTW& lf = logical_font->elfLogFont; local
21 if (lf.lfFaceName[0] && lf.lfFaceName[0] != '@') {
22 std::wstring face_name(lf.lfFaceName);
  /external/chromium_org/content/common/
font_list_win.cc 23 const LOGFONTW& lf = logical_font->elfLogFont; local
24 if (lf.lfFaceName[0] && lf.lfFaceName[0] != '@') {
25 string16 face_name(lf.lfFaceName);
  /external/libvpx/libvpx/vp9/common/
vp9_entropymode.c 460 static void set_default_lf_deltas(struct loopfilter *lf) {
461 lf->mode_ref_delta_enabled = 1;
462 lf->mode_ref_delta_update = 1;
464 lf->ref_deltas[INTRA_FRAME] = 1;
465 lf->ref_deltas[LAST_FRAME] = 0;
466 lf->ref_deltas[GOLDEN_FRAME] = -1;
467 lf->ref_deltas[ALTREF_FRAME] = -1;
469 lf->mode_deltas[0] = 0;
470 lf->mode_deltas[1] = 0;
476 struct loopfilter *const lf = &cm->lf local
    [all...]
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_win.cpp 42 static void call_ensure_accessible(const LOGFONT& lf) {
44 gEnsureLOGFONTAccessibleProc(lf);
100 static void dcfontname_to_skstring(HDC deviceContext, const LOGFONT& lf, SkString* familyName) {
103 call_ensure_accessible(lf);
111 call_ensure_accessible(lf);
120 static void make_canonical(LOGFONT* lf) {
121 lf->lfHeight = -2048;
122 lf->lfQuality = CLEARTYPE_QUALITY;//PROOF_QUALITY;
123 lf->lfCharSet = DEFAULT_CHARSET;
124 // lf->lfClipPrecision = 64
316 const LOGFONT* lf = reinterpret_cast<const LOGFONT*>(ctx); local
328 LOGFONT lf = origLF; local
342 LOGFONT lf = origLF; local
703 LOGFONT lf = typeface->fLogFont; local
1769 LOGFONT lf = fLogFont; local
    [all...]
  /external/skia/src/ports/
SkFontHost_win.cpp 42 static void call_ensure_accessible(const LOGFONT& lf) {
44 gEnsureLOGFONTAccessibleProc(lf);
100 static void dcfontname_to_skstring(HDC deviceContext, const LOGFONT& lf, SkString* familyName) {
103 call_ensure_accessible(lf);
111 call_ensure_accessible(lf);
120 static void make_canonical(LOGFONT* lf) {
121 lf->lfHeight = -2048;
122 lf->lfQuality = CLEARTYPE_QUALITY;//PROOF_QUALITY;
123 lf->lfCharSet = DEFAULT_CHARSET;
124 // lf->lfClipPrecision = 64
316 const LOGFONT* lf = reinterpret_cast<const LOGFONT*>(ctx); local
328 LOGFONT lf = origLF; local
342 LOGFONT lf = origLF; local
703 LOGFONT lf = typeface->fLogFont; local
1769 LOGFONT lf = fLogFont; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_picklpf.c 110 // Stub function for now Alt LF not used
116 struct loopfilter *const lf = &cm->lf; local
126 int filt_mid = lf->filter_level;
136 lf->sharpness_level = cm->frame_type == KEY_FRAME ? 0
140 filt_mid = clamp(lf->filter_level, min_filter_level, max_filter_level);
216 lf->filter_level = filt_best;
  /external/qemu/distrib/sdl-1.2.15/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/chromium_org/third_party/WebKit/Source/web/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);

Completed in 1359 milliseconds

1 2 3 4