Home
last modified time | relevance | path

Searched refs:lf (Results 1 - 25 of 57) sorted by relevance

123

/third_party/icu/icu4c/source/samples/layout/
H A DGDIFontInstance.cpp115 LOGFONT lf; in GDIFontInstance() local
144 lf.lfHeight = - pt.y; in GDIFontInstance()
145 lf.lfWidth = 0; in GDIFontInstance()
146 lf.lfEscapement = 0; in GDIFontInstance()
147 lf.lfOrientation = 0; in GDIFontInstance()
148 lf.lfWeight = 0; in GDIFontInstance()
149 lf.lfItalic = 0; in GDIFontInstance()
150 lf.lfUnderline = 0; in GDIFontInstance()
151 lf.lfStrikeOut = 0; in GDIFontInstance()
152 lf in GDIFontInstance()
200 LOGFONTA lf; GDIFontInstance() local
[all...]
/third_party/skia/third_party/externals/icu/source/samples/layout/
H A DGDIFontInstance.cpp115 LOGFONT lf; in GDIFontInstance() local
144 lf.lfHeight = - pt.y; in GDIFontInstance()
145 lf.lfWidth = 0; in GDIFontInstance()
146 lf.lfEscapement = 0; in GDIFontInstance()
147 lf.lfOrientation = 0; in GDIFontInstance()
148 lf.lfWeight = 0; in GDIFontInstance()
149 lf.lfItalic = 0; in GDIFontInstance()
150 lf.lfUnderline = 0; in GDIFontInstance()
151 lf.lfStrikeOut = 0; in GDIFontInstance()
152 lf in GDIFontInstance()
200 LOGFONTA lf; GDIFontInstance() local
[all...]
/third_party/mesa3d/.gitlab-ci/tests/utils/
H A Dtest_lava_log.py96 lf = LogFollower()
98 lf.manage_gl_sections(line)
100 parsed_lines = lf.flush()
124 lf = LogFollower()
125 lf.feed(lines)
126 parsed_lines = lf.flush()
127 empty = lf.flush()
128 lf.feed(lines)
129 repeated_parsed_lines = lf.flush()
268 lf
[all...]
/third_party/skia/src/ports/
H A DSkFontHost_win.cpp50 static void call_ensure_accessible(const LOGFONT& lf) { in call_ensure_accessible() argument
52 gEnsureLOGFONTAccessibleProc(lf); in call_ensure_accessible()
105 static void dcfontname_to_skstring(HDC deviceContext, const LOGFONT& lf, SkString* familyName) { in dcfontname_to_skstring() argument
108 call_ensure_accessible(lf); in dcfontname_to_skstring()
116 call_ensure_accessible(lf); in dcfontname_to_skstring()
125 static void make_canonical(LOGFONT* lf) { in make_canonical() argument
126 lf->lfHeight = -64; in make_canonical()
127 lf->lfWidth = 0; // lfWidth is related to lfHeight, not to the OS/2::usWidthClass. in make_canonical()
128 lf->lfQuality = CLEARTYPE_QUALITY;//PROOF_QUALITY; in make_canonical()
129 lf in make_canonical()
133 get_style(const LOGFONT& lf) get_style() argument
154 calculateGlyphCount(HDC hdc, const LOGFONT& lf) calculateGlyphCount() argument
190 calculateUPEM(HDC hdc, const LOGFONT& lf) calculateUPEM() argument
214 SkAutoHDC(const LOGFONT& lf) SkAutoHDC() argument
237 LogFontTypeface(const SkFontStyle& style, const LOGFONT& lf, bool serializeAsStream) LogFontTypeface() argument
266 Make(const LOGFONT& lf) Make() argument
311 Make(const LOGFONT& lf, HANDLE fontMemResource) Make() argument
326 FontMemResourceTypeface(const SkFontStyle& style, const LOGFONT& lf, HANDLE fontMemResource) FontMemResourceTypeface() argument
342 const LOGFONT* lf = reinterpret_cast<const LOGFONT*>(ctx); FindByLogFont() local
352 LOGFONT lf = origLF; SkCreateTypefaceFromLOGFONT() local
366 LOGFONT lf = origLF; SkCreateFontMemResourceTypefaceFromLOGFONT() local
375 SkLOGFONTFromTypeface(const SkTypeface* face, LOGFONT* lf) SkLOGFONTFromTypeface() argument
685 LOGFONT lf = typeface->fLogFont; SkScalerContext_GDI() local
1584 logfont_for_name(const char* familyName, LOGFONT* lf) logfont_for_name() argument
1627 LOGFONT lf = fLogFont; onGetAdvancedMetrics() local
[all...]
/third_party/mesa3d/src/compiler/glsl/glcpp/
H A Dpp.c116 const char *cr, *lf; in remove_line_continuations() local
148 lf = strchr(search_start, '\n'); in remove_line_continuations()
156 } else if (lf == NULL) { in remove_line_continuations()
158 } else if (lf == cr + 1) { in remove_line_continuations()
161 } else if (cr == lf + 1) { in remove_line_continuations()
175 lf = strchr (search_start, '\n'); in remove_line_continuations()
176 if (cr && lf) in remove_line_continuations()
177 newline = cr < lf ? cr : lf; in remove_line_continuations()
181 newline = lf; in remove_line_continuations()
[all...]
/third_party/mesa3d/src/gallium/winsys/sw/dri/
H A Ddri_sw_winsys.c70 const struct drisw_loader_funcs *lf; member
148 if (ws->lf->put_image_shm) in dri_sw_displaytarget_create()
195 dri_sw_ws->lf->get_image((void *)dri_sw_dt->front_private, 0, 0, dri_sw_dt->width, dri_sw_dt->height, dri_sw_dt->stride, dri_sw_dt->data); in dri_sw_displaytarget_map()
208 dri_sw_ws->lf->put_image2((void *)dri_sw_dt->front_private, dri_sw_dt->data, 0, 0, dri_sw_dt->width, dri_sw_dt->height, dri_sw_dt->stride); in dri_sw_displaytarget_unmap()
277 dri_sw_ws->lf->put_image_shm(dri_drawable, dri_sw_dt->shmid, dri_sw_dt->data, offset, offset_x, in dri_sw_displaytarget_display()
283 dri_sw_ws->lf->put_image2(dri_drawable, data, in dri_sw_displaytarget_display()
286 dri_sw_ws->lf->put_image(dri_drawable, data, width, height); in dri_sw_displaytarget_display()
296 dri_create_sw_winsys(const struct drisw_loader_funcs *lf) in dri_create_sw_winsys() argument
304 ws->lf = lf; in dri_create_sw_winsys()
[all...]
H A Ddri_sw_winsys.h36 struct sw_winsys *dri_create_sw_winsys(const struct drisw_loader_funcs *lf);
/third_party/libwebsockets/lib/secure-streams/cpp/
H A DlssFile.cxx36 lssFile *lf = (lssFile *)userobj_to_lss(userobj); in lssfile_rx() local
38 return lf->write(buf, len, flags); in lssfile_rx()
55 lssFile *lf = (lssFile *)userobj_to_lss(userobj); in lssfile_state() local
71 lf->call_completion(state); in lssfile_state()
80 lf->m_ss = NULL; in lssfile_state()
81 delete lf; in lssfile_state()
/third_party/musl/src/stdlib/
H A Dqsort.c94 unsigned char *rt, *lf; in sift() local
101 lf = head - width - lp[pshift - 2]; in sift()
103 if(cmp(ar[0], lf, arg) >= 0 && cmp(ar[0], rt, arg) >= 0) { in sift()
106 if(cmp(lf, rt, arg) >= 0) { in sift()
107 ar[i++] = lf; in sift()
108 head = lf; in sift()
122 *rt, *lf; in trinkle() local
139 lf = head - width - lp[pshift - 2]; in trinkle()
140 if(cmp(rt, stepson, arg) >= 0 || cmp(lf, stepson, arg) >= 0) { in trinkle()
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-cpp/
H A Dmain.cxx22 lssFile *lf = (lssFile *)lss; in lss_completion() local
26 lf->path.c_str(), (unsigned long long)lf->rxlen, in lss_completion()
27 (int)((lws_now_usecs() - lf->us_start) / 1000)); in lss_completion()
29 lwsl_notice("%s: %s: failed\n", __func__, lf->path.c_str()); in lss_completion()
/third_party/skia/src/sksl/ir/
H A DSkSLModifiers.cpp61 for (const auto& lf : kLayoutFlags) { in checkPermitted()
62 if (layoutFlags & lf.flag) { in checkPermitted()
63 if (!(permittedLayoutFlags & lf.flag)) { in checkPermitted()
65 line, "layout qualifier '" + String(lf.name) + "' is not permitted here"); in checkPermitted()
68 layoutFlags &= ~lf.flag; in checkPermitted()
/third_party/pulseaudio/src/pulsecore/
H A Dlock-autospawn.c138 char *lf; in unref() local
140 if (!(lf = pa_runtime_path(AUTOSPAWN_LOCK))) in unref()
143 pa_unlock_lockfile(lf, lock_fd); in unref()
144 pa_xfree(lf); in unref()
216 char *lf; in thread_func() local
226 if (!(lf = pa_runtime_path(AUTOSPAWN_LOCK))) { in thread_func()
231 if ((fd = pa_lock_lockfile(lf)) < 0) in thread_func()
249 pa_xfree(lf); in thread_func()
/third_party/pulseaudio/src/tests/
H A Dlfe-filter-test.c31 pa_lfe_filter_t *lf; member
104 pa_lfe_filter_process(lft->lf, &mc); in lfe_filter_rewind_test()
109 pa_lfe_filter_rewind(lft->lf, rewind_samples * fz); in lfe_filter_rewind_test()
114 pa_lfe_filter_process(lft->lf, &mc); in lfe_filter_rewind_test()
148 pa_assert_se(lft.lf = pa_lfe_filter_new(&a, &chmapmono, crossover_freq, a.rate * 10)); in START_TEST()
153 pa_lfe_filter_free(lft.lf); in START_TEST()
156 pa_assert_se(lft.lf = pa_lfe_filter_new(&a, &chmapmono, crossover_freq, a.rate * 10)); in START_TEST()
164 pa_lfe_filter_free(lft.lf); in START_TEST()
/third_party/jerryscript/tests/jerry/es2015/
H A Dtemplate_string.js96 var lf = eval("`a" + String.fromCharCode(10) + "b`"); variable
100 assert(lf.length === 3);
102 assert(cr[1] === lf[1]);
103 assert(lf[1] === crlf[1]);
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/message2/
H A DCustomFormatterListTest.java40 private final ListFormatter lf; field in CustomFormatterListTest.ListFormatterFactory.ListFormatterImpl
51 lf = ListFormatter.getInstance(locale, type, width); in ListFormatterImpl()
63 result = lf.format((Object[]) toFormat); in format()
65 result = lf.format((Collection<?>) toFormat); in format()
/third_party/ffmpeg/libavfilter/
H A Dvf_colorcontrast.c82 lf = li / lo; \
84 r = nr * lf; \
85 g = ng * lf; \
86 b = nb * lf; \
127 float li, lo, lf; in colorcontrast_slice8() local
181 float li, lo, lf; in colorcontrast_slice16() local
233 float li, lo, lf; in colorcontrast_slice8p() local
285 float li, lo, lf; in colorcontrast_slice16p() local
/third_party/icu/icu4c/source/test/intltest/
H A Dlstmbetst.cpp103 int32_t lf = testString.indexOf(u'\n', start); in runTestFromFile() local
104 end = cr >= 0 ? (lf >= 0 ? std::min(cr, lf) : cr) : lf; in runTestFromFile()
196 start = std::max(cr, lf) + 1; in runTestFromFile()
/third_party/ffmpeg/libavcodec/
H A Dfits.c194 } else if (!strcmp(keyword, "BSCALE") && sscanf(value, "%lf", &d) == 1) { in avpriv_fits_header_parse_line()
198 } else if (!strcmp(keyword, "BZERO") && sscanf(value, "%lf", &d) == 1) { in avpriv_fits_header_parse_line()
202 } else if (!strcmp(keyword, "DATAMAX") && sscanf(value, "%lf", &d) == 1) { in avpriv_fits_header_parse_line()
205 } else if (!strcmp(keyword, "DATAMIN") && sscanf(value, "%lf", &d) == 1) { in avpriv_fits_header_parse_line()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-uniscribe.cc477 populate_log_font (LOGFONTW *lf, in populate_log_font() argument
481 memset (lf, 0, sizeof (*lf)); in populate_log_font()
482 lf->lfHeight = - (int) font_size; in populate_log_font()
483 lf->lfCharSet = DEFAULT_CHARSET; in populate_log_font()
485 memcpy (lf->lfFaceName, font->face->data.uniscribe->face_name, sizeof (lf->lfFaceName)); in populate_log_font()
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_format.c173 const struct lima_format *lf = get_texel_format(f); in lima_format_texel_supported() local
175 if (!lf) in lima_format_texel_supported()
184 const struct lima_format *lf = get_pixel_format(f); in lima_format_pixel_supported() local
186 if (!lf) in lima_format_pixel_supported()
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DLazyFieldLite.java132 LazyFieldLite lf = new LazyFieldLite(); in fromValue()
133 lf.setValue(value); in fromValue()
134 return lf; in fromValue()
/third_party/python/Lib/
H A Dcsv.py120 lf = len(self.fieldnames)
122 if lf < lr:
123 d[self.restkey] = row[lf:]
124 elif lf > lr:
/third_party/python/Lib/test/libregrtest/
H A Druntest.py56 lf = len(self.failures)
58 failure_s = "failure" + ("s" if lf > 1 else "")
59 return f"{self.name} failed ({le} {error_s}, {lf} {failure_s})"
67 lf = len(self.failures)
68 failure_s = "failure" + ("s" if lf > 1 else "")
69 return f"{self.name} failed ({lf} {failure_s})"
/third_party/nghttp2/src/
H A Dshrpx_log.cc613 for (auto &lf : lfv) { in upstream_accesslog()
614 switch (lf.type) { in upstream_accesslog()
616 std::tie(p, last) = copy(lf.value, p, last); in upstream_accesslog()
662 auto hd = req.fs.header(lf.value); in upstream_accesslog()
770 lf.type == LogFragmentType::TLS_CLIENT_FINGERPRINT_SHA256 in upstream_accesslog()
798 auto name = lf.type == LogFragmentType::TLS_CLIENT_ISSUER_NAME in upstream_accesslog()
/third_party/skia/include/ports/
H A DSkTypeface_win.h32 * Copy the LOGFONT associated with this typeface into the lf parameter. Note
37 SK_API void SkLOGFONTFromTypeface(const SkTypeface* typeface, LOGFONT* lf);

Completed in 14 milliseconds

123