Home
last modified time | relevance | path

Searched refs:glyph_sequence_start (Results 1 – 2 of 2) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/fonts/shaping/
H A Dshape_result.cc178 unsigned glyph_sequence_start = 0; in XPositionForOffset() local
203 glyph_sequence_start = current_glyph_char_index; in XPositionForOffset()
230 glyph_sequence_end = glyph_sequence_start; in XPositionForOffset()
231 glyph_sequence_start = current_glyph_char_index; in XPositionForOffset()
238 unsigned pos = offset - glyph_sequence_start; in XPositionForOffset()
248 DCHECK_GE(glyph_sequence_end, glyph_sequence_start); in XPositionForOffset()
292 unsigned glyph_sequence_start = 0; in CharacterIndexForXPosition() local
324 glyph_sequence_end = glyph_sequence_start; in CharacterIndexForXPosition()
326 glyph_sequence_start = current_glyph_char_index; in CharacterIndexForXPosition()
336 glyph_sequence_end > glyph_sequence_start) { in CharacterIndexForXPosition()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/fonts/shaping/
H A Dshape_result.cc187 unsigned glyph_sequence_start = 0; in XPositionForOffset() local
212 glyph_sequence_start = current_glyph_char_index; in XPositionForOffset()
239 glyph_sequence_end = glyph_sequence_start; in XPositionForOffset()
240 glyph_sequence_start = current_glyph_char_index; in XPositionForOffset()
247 unsigned pos = offset - glyph_sequence_start; in XPositionForOffset()
257 DCHECK_GE(glyph_sequence_end, glyph_sequence_start); in XPositionForOffset()
301 unsigned glyph_sequence_start = 0; in CharacterIndexForXPosition() local
333 glyph_sequence_end = glyph_sequence_start; in CharacterIndexForXPosition()
335 glyph_sequence_start = current_glyph_char_index; in CharacterIndexForXPosition()
345 glyph_sequence_end > glyph_sequence_start) { in CharacterIndexForXPosition()
[all …]