Home
last modified time | relevance | path

Searched refs:yLocs (Results 1 – 20 of 20) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/thebes/
H A DgfxGraphiteShaper.cpp227 AutoTArray<float,SMALL_GLYPH_RUN> yLocs; in SetGlyphsFromSegment() local
232 !yLocs.SetLength(glyphCount, fallible)) in SetGlyphsFromSegment()
251 yLocs[gIndex] = gr_slot_origin_Y(slot); in SetGlyphsFromSegment()
331 yLocs[c.baseGlyph] == 0) in SetGlyphsFromSegment()
341 d->mYOffset = roundY ? NSToIntRound(-yLocs[j]) * dev2appUnits : in SetGlyphsFromSegment()
342 -yLocs[j] * dev2appUnits; in SetGlyphsFromSegment()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/thebes/
H A DgfxGraphiteShaper.cpp208 AutoTArray<float, SMALL_GLYPH_RUN> yLocs; in SetGlyphsFromSegment() local
213 !yLocs.SetLength(glyphCount, fallible)) { in SetGlyphsFromSegment()
228 yLocs[gIndex] = gr_slot_origin_Y(slot); in SetGlyphsFromSegment()
304 charGlyphs[offs].IsClusterStart() && yLocs[c.baseGlyph] == 0) { in SetGlyphsFromSegment()
313 d->mOffset.y = roundY ? NSToIntRound(-yLocs[j]) * dev2appUnits in SetGlyphsFromSegment()
314 : -yLocs[j] * dev2appUnits; in SetGlyphsFromSegment()
/dports/cad/openroad/OpenROAD-2.0/src/TritonRoute/src/dr/
H A DFlexDR_init.cpp903 yLocs); in initNet_termGenAp_new()
910 yLocs); in initNet_termGenAp_new()
1017 yLocs); in initNet_termGenAp_new()
1024 yLocs); in initNet_termGenAp_new()
1040 yLoc = *(yLocs.begin()); in initNet_termGenAp_new()
1154 yLocs); in initNet_termGenAp_new()
1161 yLocs); in initNet_termGenAp_new()
1168 yLocs); in initNet_termGenAp_new()
1181 yLocs.insert(centerY); in initNet_termGenAp_new()
1190 yLocs); in initNet_termGenAp_new()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/thebes/
H A DgfxGraphiteShaper.cpp281 tainted_gr<float*> yLocs = data->yLocs; in SetGlyphsFromSegment() local
380 (yLocs[c.baseGlyph] == 0).unverified_safe_because(fast_path)) { in SetGlyphsFromSegment()
410 float yLocs_j = yLocs[j].unverified_safe_because(safe_coordinates); in SetGlyphsFromSegment()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/thebes/
H A DgfxGraphiteShaper.cpp280 tainted_gr<float*> yLocs = data->yLocs; in SetGlyphsFromSegment() local
379 (yLocs[c.baseGlyph] == 0).unverified_safe_because(fast_path)) { in SetGlyphsFromSegment()
409 float yLocs_j = yLocs[j].unverified_safe_because(safe_coordinates); in SetGlyphsFromSegment()
/dports/www/firefox/firefox-99.0/gfx/thebes/
H A DgfxGraphiteShaper.cpp281 tainted_gr<float*> yLocs = data->yLocs; in SetGlyphsFromSegment() local
380 (yLocs[c.baseGlyph] == 0).unverified_safe_because(fast_path)) { in SetGlyphsFromSegment()
410 float yLocs_j = yLocs[j].unverified_safe_because(safe_coordinates); in SetGlyphsFromSegment()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/thebes/
H A DgfxGraphiteShaper.cpp281 tainted_gr<float*> yLocs = data->yLocs; in SetGlyphsFromSegment() local
380 (yLocs[c.baseGlyph] == 0).unverified_safe_because(fast_path)) { in SetGlyphsFromSegment()
410 float yLocs_j = yLocs[j].unverified_safe_because(safe_coordinates); in SetGlyphsFromSegment()
/dports/www/firefox-esr/firefox-91.8.0/gfx/graphite2/geckoextra/include/
H A DGraphiteExtra.h29 float* yLocs; member
H A DGraphiteStructsForRLBox.h42 f(float*, yLocs, FIELD_NORMAL, ##__VA_ARGS__) g() \
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/graphite2/geckoextra/include/
H A DGraphiteExtra.h29 float* yLocs; member
H A DGraphiteStructsForRLBox.h42 f(float*, yLocs, FIELD_NORMAL, ##__VA_ARGS__) g() \
/dports/www/firefox/firefox-99.0/gfx/graphite2/geckoextra/include/
H A DGraphiteExtra.h29 float* yLocs; member
H A DGraphiteStructsForRLBox.h45 f(float*, yLocs, FIELD_NORMAL, ##__VA_ARGS__) g() \
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/graphite2/geckoextra/include/
H A DGraphiteExtra.h29 float* yLocs; member
H A DGraphiteStructsForRLBox.h42 f(float*, yLocs, FIELD_NORMAL, ##__VA_ARGS__) g() \
/dports/www/firefox-esr/firefox-91.8.0/gfx/graphite2/geckoextra/src/
H A DGraphiteExtra.cpp132 data->yLocs = reinterpret_cast<Type4*>(currentPoolFront); in calloc_glyph_to_char_association()
152 data->clusters, data->gids, data->xLocs, data->yLocs); in gr_get_glyph_to_char_association()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/graphite2/geckoextra/src/
H A DGraphiteExtra.cpp132 data->yLocs = reinterpret_cast<Type4*>(currentPoolFront); in calloc_glyph_to_char_association()
152 data->clusters, data->gids, data->xLocs, data->yLocs); in gr_get_glyph_to_char_association()
/dports/www/firefox/firefox-99.0/gfx/graphite2/geckoextra/src/
H A DGraphiteExtra.cpp132 data->yLocs = reinterpret_cast<Type4*>(currentPoolFront); in calloc_glyph_to_char_association()
152 data->clusters, data->gids, data->xLocs, data->yLocs); in gr_get_glyph_to_char_association()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/graphite2/geckoextra/src/
H A DGraphiteExtra.cpp132 data->yLocs = reinterpret_cast<Type4*>(currentPoolFront); in calloc_glyph_to_char_association()
152 data->clusters, data->gids, data->xLocs, data->yLocs); in gr_get_glyph_to_char_association()
/dports/print/texlive-base/texlive-20150521-source/texk/tex4htk/
H A Dtex4ht.c2750 BOOL yLocs in doGlyphArray() argument
2755 (yLocs)
2756 BOOL yLocs
2765 if( yLocs ){ (void) get_int(4); }