/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-kern-table.hh | 279 struct kern struct 281 static constexpr hb_tag_t tableTag = HB_OT_TAG_kern; 283 bool has_data () const { return u.version32; } in has_data() 284 unsigned get_type () const { return u.major; } in get_type() 286 bool has_state_machine () const in has_state_machine() 297 bool has_cross_stream () const in has_cross_stream() 308 int get_h_kerning (hb_codepoint_t left, hb_codepoint_t right) const in get_h_kerning() 319 bool apply (AAT::hb_aat_apply_context_t *c) const in apply() 323 typename context_t::return_t dispatch (context_t *c, Ts&&... ds) const in dispatch() 336 bool sanitize (hb_sanitize_context_t *c) const in sanitize() [all …]
|
D | hb-kern.hh | 47 void kern (hb_font_t *font, in kern() function 79 hb_position_t kern = driver.get_kerning (info[i].codepoint, in kern() local
|
D | hb-ot-math.cc | 178 hb_ot_math_kern_t kern, in hb_ot_math_get_glyph_kerning()
|
D | hb-ot-shape-fallback.cc | 472 hb_position_t kern = 0; in get_kerning() local
|
D | hb-ot-layout.cc | 130 const AAT::kern& kern = *blob->as<AAT::kern> (); in hb_ot_layout_kern() local
|
/third_party/mesa3d/src/gallium/frontends/clover/api/ |
D | kernel.cpp | 114 auto &kern = obj(d_kern); in clGetKernelInfo() local 156 auto &kern = obj(d_kern); in clGetKernelWorkGroupInfo() local 246 validate_common(const command_queue &q, kernel &kern, in validate_common() 287 validate_block_size(const command_queue &q, const kernel &kern, in validate_block_size() 321 auto &kern = obj(d_kern); in clEnqueueNDRangeKernel() local 348 auto &kern = obj(d_kern); in clEnqueueTask() local 400 auto &kern = obj(d_kern); in clSetKernelExecInfo() local
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/ |
D | tag.cc | 53 const int32_t Tag::kern = TAG('k', 'e', 'r', 'n'); member in sfntly::Tag
|
D | tag.h | 69 static const int32_t kern; member
|
/third_party/mesa3d/src/gallium/frontends/clover/core/ |
D | kernel.hpp | 55 kernel &kern; member
|
D | kernel.cpp | 182 kernel::exec_context::exec_context(kernel &kern) : in exec_context()
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/ |
D | Tag.java | 75 public static final int kern = Tag.intValue(new byte[]{'k', 'e', 'r', 'n'}); field in Tag
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/ |
D | FeatureTag.java | 75 kern("Kerning"), enumConstant
|
/third_party/skia/third_party/externals/freetype/src/gxvalid/ |
D | gxvkern.c | 844 GXV_kern_Data kern = &kernrec; in gxv_kern_validate_generic() local
|
/third_party/lzma/CPP/7zip/UI/Console/ |
D | Main.cpp | 587 const HMODULE kern = ::GetModuleHandleW(L"kernel32.dll"); in PrintStat() local
|
/third_party/skia/third_party/externals/imgui/ |
D | imstb_truetype.h | 722 int loca,head,glyf,hhea,hmtx,kern,gpos; // table locations as offset from start of .ttf member
|
/third_party/mesa3d/src/imgui/ |
D | imstb_truetype.h | 722 int loca,head,glyf,hhea,hmtx,kern,gpos; // table locations as offset from start of .ttf member
|
/third_party/vk-gl-cts/external/vulkan-docs/src/katex/ |
D | katex.js | 11944 …kern: Math.max(options.fontMetrics().bigOpSpacing1, options.fontMetrics().bigOpSpacing3 - elem.dep… property 11953 …kern: Math.max(options.fontMetrics().bigOpSpacing2, options.fontMetrics().bigOpSpacing4 - _elem.he… property
|
D | katex.min.js | 1 …define&&define.amd?define([],e):"object"==typeof exports?exports.katex=e():t.katex=e()}("undefined… property
|
D | katex.mjs | 11759 …kern: Math.max(options.fontMetrics().bigOpSpacing1, options.fontMetrics().bigOpSpacing3 - elem.dep… property 11767 …kern: Math.max(options.fontMetrics().bigOpSpacing2, options.fontMetrics().bigOpSpacing4 - elem.hei… property
|