Home
last modified time | relevance | path

Searched refs:cslot (Results 1 – 25 of 104) sorted by relevance

12345

/dports/www/firefox-esr/firefox-91.8.0/gfx/graphite2/src/
H A Dgr_logging.cpp226 if (cslot) in operator <<()
232 << "offset" << cslot->offset() in operator <<()
233 << "limit" << cslot->limit() in operator <<()
234 << "flags" << cslot->flags() in operator <<()
235 << "margin" << Position(cslot->margin(), cslot->marginWt()) in operator <<()
238 if (cslot->seqOrder() != 0) in operator <<()
240 j << "seqclass" << Position(cslot->seqClass(), cslot->seqProxClass()) in operator <<()
241 << "seqorder" << cslot->seqOrder() in operator <<()
242 << "seqabove" << Position(cslot->seqAboveXoff(), cslot->seqAboveWt()) in operator <<()
243 << "seqbelow" << Position(cslot->seqBelowXlim(), cslot->seqBelowWt()) in operator <<()
[all …]
H A DCollider.cpp287 bool sameClass = _seqProxClass == 0 && cslot->seqClass() == _seqClass; in mergeSlot()
289 && (sameClass || (_seqProxClass != 0 && cslot->seqClass() == _seqProxClass))) in mergeSlot()
306 float seq_above_wt = cslot->seqAboveWt(); in mergeSlot()
307 float seq_below_wt = cslot->seqBelowWt(); in mergeSlot()
308 float seq_valign_wt = cslot->seqValignWt(); in mergeSlot()
400 float r1Xedge = cslot->seqAboveXoff() + 0.5f * (bb.xi + bb.xa) + sx; in mergeSlot()
428 float r1Xedge = 0.5f * (bb.xi + bb.xa) + cslot->seqAboveXoff() + sx; in mergeSlot()
449 addBox_slope(false, Rect(Position(xminf, r2Yedge - cslot->seqValignHt()), in mergeSlot()
557 if (cslot->exclGlyph() > 0 && gc.check(cslot->exclGlyph()) && !isExclusion) in mergeSlot()
563 exclSlot->setGlyph(seg, cslot->exclGlyph()); in mergeSlot()
[all …]
/dports/www/firefox/firefox-99.0/gfx/graphite2/src/
H A Dgr_logging.cpp226 if (cslot) in operator <<()
232 << "offset" << cslot->offset() in operator <<()
233 << "limit" << cslot->limit() in operator <<()
234 << "flags" << cslot->flags() in operator <<()
235 << "margin" << Position(cslot->margin(), cslot->marginWt()) in operator <<()
238 if (cslot->seqOrder() != 0) in operator <<()
240 j << "seqclass" << Position(cslot->seqClass(), cslot->seqProxClass()) in operator <<()
241 << "seqorder" << cslot->seqOrder() in operator <<()
242 << "seqabove" << Position(cslot->seqAboveXoff(), cslot->seqAboveWt()) in operator <<()
243 << "seqbelow" << Position(cslot->seqBelowXlim(), cslot->seqBelowWt()) in operator <<()
[all …]
H A DCollider.cpp287 bool sameClass = _seqProxClass == 0 && cslot->seqClass() == _seqClass; in mergeSlot()
289 && (sameClass || (_seqProxClass != 0 && cslot->seqClass() == _seqProxClass))) in mergeSlot()
306 float seq_above_wt = cslot->seqAboveWt(); in mergeSlot()
307 float seq_below_wt = cslot->seqBelowWt(); in mergeSlot()
308 float seq_valign_wt = cslot->seqValignWt(); in mergeSlot()
400 float r1Xedge = cslot->seqAboveXoff() + 0.5f * (bb.xi + bb.xa) + sx; in mergeSlot()
428 float r1Xedge = 0.5f * (bb.xi + bb.xa) + cslot->seqAboveXoff() + sx; in mergeSlot()
449 addBox_slope(false, Rect(Position(xminf, r2Yedge - cslot->seqValignHt()), in mergeSlot()
557 if (cslot->exclGlyph() > 0 && gc.check(cslot->exclGlyph()) && !isExclusion) in mergeSlot()
563 exclSlot->setGlyph(seg, cslot->exclGlyph()); in mergeSlot()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/graphite2/src/
H A Dgr_logging.cpp226 if (cslot) in operator <<()
232 << "offset" << cslot->offset() in operator <<()
233 << "limit" << cslot->limit() in operator <<()
234 << "flags" << cslot->flags() in operator <<()
235 << "margin" << Position(cslot->margin(), cslot->marginWt()) in operator <<()
238 if (cslot->seqOrder() != 0) in operator <<()
240 j << "seqclass" << Position(cslot->seqClass(), cslot->seqProxClass()) in operator <<()
241 << "seqorder" << cslot->seqOrder() in operator <<()
242 << "seqabove" << Position(cslot->seqAboveXoff(), cslot->seqAboveWt()) in operator <<()
243 << "seqbelow" << Position(cslot->seqBelowXlim(), cslot->seqBelowWt()) in operator <<()
[all …]
H A DCollider.cpp287 bool sameClass = _seqProxClass == 0 && cslot->seqClass() == _seqClass; in mergeSlot()
289 && (sameClass || (_seqProxClass != 0 && cslot->seqClass() == _seqProxClass))) in mergeSlot()
306 float seq_above_wt = cslot->seqAboveWt(); in mergeSlot()
307 float seq_below_wt = cslot->seqBelowWt(); in mergeSlot()
308 float seq_valign_wt = cslot->seqValignWt(); in mergeSlot()
400 float r1Xedge = cslot->seqAboveXoff() + 0.5f * (bb.xi + bb.xa) + sx; in mergeSlot()
428 float r1Xedge = 0.5f * (bb.xi + bb.xa) + cslot->seqAboveXoff() + sx; in mergeSlot()
449 addBox_slope(false, Rect(Position(xminf, r2Yedge - cslot->seqValignHt()), in mergeSlot()
557 if (cslot->exclGlyph() > 0 && gc.check(cslot->exclGlyph()) && !isExclusion) in mergeSlot()
563 exclSlot->setGlyph(seg, cslot->exclGlyph()); in mergeSlot()
[all …]
/dports/graphics/graphite2/graphite2-1.3.14/src/
H A Dgr_logging.cpp226 if (cslot) in operator <<()
232 << "offset" << cslot->offset() in operator <<()
233 << "limit" << cslot->limit() in operator <<()
234 << "flags" << cslot->flags() in operator <<()
235 << "margin" << Position(cslot->margin(), cslot->marginWt()) in operator <<()
238 if (cslot->seqOrder() != 0) in operator <<()
240 j << "seqclass" << Position(cslot->seqClass(), cslot->seqProxClass()) in operator <<()
241 << "seqorder" << cslot->seqOrder() in operator <<()
242 << "seqabove" << Position(cslot->seqAboveXoff(), cslot->seqAboveWt()) in operator <<()
243 << "seqbelow" << Position(cslot->seqBelowXlim(), cslot->seqBelowWt()) in operator <<()
[all …]
H A DCollider.cpp287 bool sameClass = _seqProxClass == 0 && cslot->seqClass() == _seqClass; in mergeSlot()
289 && (sameClass || (_seqProxClass != 0 && cslot->seqClass() == _seqProxClass))) in mergeSlot()
306 float seq_above_wt = cslot->seqAboveWt(); in mergeSlot()
307 float seq_below_wt = cslot->seqBelowWt(); in mergeSlot()
308 float seq_valign_wt = cslot->seqValignWt(); in mergeSlot()
400 float r1Xedge = cslot->seqAboveXoff() + 0.5f * (bb.xi + bb.xa) + sx; in mergeSlot()
428 float r1Xedge = 0.5f * (bb.xi + bb.xa) + cslot->seqAboveXoff() + sx; in mergeSlot()
449 addBox_slope(false, Rect(Position(xminf, r2Yedge - cslot->seqValignHt()), in mergeSlot()
557 if (cslot->exclGlyph() > 0 && gc.check(cslot->exclGlyph()) && !isExclusion) in mergeSlot()
563 exclSlot->setGlyph(seg, cslot->exclGlyph()); in mergeSlot()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/graphite2/src/
H A Dgr_logging.cpp226 if (cslot) in operator <<()
232 << "offset" << cslot->offset() in operator <<()
233 << "limit" << cslot->limit() in operator <<()
234 << "flags" << cslot->flags() in operator <<()
235 << "margin" << Position(cslot->margin(), cslot->marginWt()) in operator <<()
238 if (cslot->seqOrder() != 0) in operator <<()
240 j << "seqclass" << Position(cslot->seqClass(), cslot->seqProxClass()) in operator <<()
241 << "seqorder" << cslot->seqOrder() in operator <<()
242 << "seqabove" << Position(cslot->seqAboveXoff(), cslot->seqAboveWt()) in operator <<()
243 << "seqbelow" << Position(cslot->seqBelowXlim(), cslot->seqBelowWt()) in operator <<()
[all …]
H A DCollider.cpp287 bool sameClass = _seqProxClass == 0 && cslot->seqClass() == _seqClass; in mergeSlot()
289 && (sameClass || (_seqProxClass != 0 && cslot->seqClass() == _seqProxClass))) in mergeSlot()
306 float seq_above_wt = cslot->seqAboveWt(); in mergeSlot()
307 float seq_below_wt = cslot->seqBelowWt(); in mergeSlot()
308 float seq_valign_wt = cslot->seqValignWt(); in mergeSlot()
400 float r1Xedge = cslot->seqAboveXoff() + 0.5f * (bb.xi + bb.xa) + sx; in mergeSlot()
428 float r1Xedge = 0.5f * (bb.xi + bb.xa) + cslot->seqAboveXoff() + sx; in mergeSlot()
449 addBox_slope(false, Rect(Position(xminf, r2Yedge - cslot->seqValignHt()), in mergeSlot()
557 if (cslot->exclGlyph() > 0 && gc.check(cslot->exclGlyph()) && !isExclusion) in mergeSlot()
563 exclSlot->setGlyph(seg, cslot->exclGlyph()); in mergeSlot()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/graphite2/src/
H A Dgr_logging.cpp225 if (cslot) in operator <<()
231 << "offset" << cslot->offset() in operator <<()
232 << "limit" << cslot->limit() in operator <<()
233 << "flags" << cslot->flags() in operator <<()
234 << "margin" << Position(cslot->margin(), cslot->marginWt()) in operator <<()
237 if (cslot->seqOrder() != 0) in operator <<()
239 j << "seqclass" << Position(cslot->seqClass(), cslot->seqProxClass()) in operator <<()
240 << "seqorder" << cslot->seqOrder() in operator <<()
241 << "seqabove" << Position(cslot->seqAboveXoff(), cslot->seqAboveWt()) in operator <<()
242 << "seqbelow" << Position(cslot->seqBelowXlim(), cslot->seqBelowWt()) in operator <<()
[all …]
H A DCollider.cpp287 bool sameClass = _seqProxClass == 0 && cslot->seqClass() == _seqClass; in mergeSlot()
289 && (sameClass || (_seqProxClass != 0 && cslot->seqClass() == _seqProxClass))) in mergeSlot()
306 float seq_above_wt = cslot->seqAboveWt(); in mergeSlot()
307 float seq_below_wt = cslot->seqBelowWt(); in mergeSlot()
308 float seq_valign_wt = cslot->seqValignWt(); in mergeSlot()
400 float r1Xedge = cslot->seqAboveXoff() + 0.5f * (bb.xi + bb.xa) + sx; in mergeSlot()
428 float r1Xedge = 0.5f * (bb.xi + bb.xa) + cslot->seqAboveXoff() + sx; in mergeSlot()
449 addBox_slope(false, Rect(Position(xminf, r2Yedge - cslot->seqValignHt()), in mergeSlot()
557 if (cslot->exclGlyph() > 0 && gc.check(cslot->exclGlyph()) && !isExclusion) in mergeSlot()
561 exclSlot->setGlyph(seg, cslot->exclGlyph()); in mergeSlot()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/graphite2/src/
H A Dgr_logging.cpp226 if (cslot) in operator <<()
232 << "offset" << cslot->offset() in operator <<()
233 << "limit" << cslot->limit() in operator <<()
234 << "flags" << cslot->flags() in operator <<()
235 << "margin" << Position(cslot->margin(), cslot->marginWt()) in operator <<()
238 if (cslot->seqOrder() != 0) in operator <<()
240 j << "seqclass" << Position(cslot->seqClass(), cslot->seqProxClass()) in operator <<()
241 << "seqorder" << cslot->seqOrder() in operator <<()
242 << "seqabove" << Position(cslot->seqAboveXoff(), cslot->seqAboveWt()) in operator <<()
243 << "seqbelow" << Position(cslot->seqBelowXlim(), cslot->seqBelowWt()) in operator <<()
[all …]
H A DCollider.cpp287 bool sameClass = _seqProxClass == 0 && cslot->seqClass() == _seqClass; in mergeSlot()
289 && (sameClass || (_seqProxClass != 0 && cslot->seqClass() == _seqProxClass))) in mergeSlot()
306 float seq_above_wt = cslot->seqAboveWt(); in mergeSlot()
307 float seq_below_wt = cslot->seqBelowWt(); in mergeSlot()
308 float seq_valign_wt = cslot->seqValignWt(); in mergeSlot()
400 float r1Xedge = cslot->seqAboveXoff() + 0.5f * (bb.xi + bb.xa) + sx; in mergeSlot()
428 float r1Xedge = 0.5f * (bb.xi + bb.xa) + cslot->seqAboveXoff() + sx; in mergeSlot()
449 addBox_slope(false, Rect(Position(xminf, r2Yedge - cslot->seqValignHt()), in mergeSlot()
557 if (cslot->exclGlyph() > 0 && gc.check(cslot->exclGlyph()) && !isExclusion) in mergeSlot()
563 exclSlot->setGlyph(seg, cslot->exclGlyph()); in mergeSlot()
[all …]
/dports/graphics/silgraphite/silgraphite-2.3.1/engine/src/segment/
H A DGrFSM.cpp224 int cslot = *pcslot; in GetRuleToApply() local
235 prgmr[imr].cslot = cslot; in GetRuleToApply()
243 prgmr[cmr].cslot = cslot; in GetRuleToApply()
314 psstrmOut->PeekBack(cslot) : in RunTransitionTable()
315 psstrmIn->Peek(cslot); in RunTransitionTable()
323 gid16 chwGlyphID = (cslot < 0) ? in RunTransitionTable()
338 cslot++; in RunTransitionTable()
345 *pcslotTop++ = cslot; in RunTransitionTable()
368 int cslot = 0;
390 cslot++;
[all …]
H A DGrSlotStream.cpp281 int cslot = SlotsPendingInContext(); in TotalSlotsPending() local
285 if (ctmp > cslot) in TotalSlotsPending()
289 cslot = max(cslot, ctmp); in TotalSlotsPending()
291 return cslot; in TotalSlotsPending()
2018 void GrSlotStream::ResyncSkip(int cslot) in ResyncSkip() argument
2021 m_islotReadPos += cslot; in ResyncSkip()
2022 m_cslotSkippedForResync = cslot; in ResyncSkip()
2103 int cslot = cslotArg; in SetPosForNextRule() local
2111 if (cslot >= 0) in SetPosForNextRule()
2142 for (islot = cslot; islot < 0; islot++) in SetPosForNextRule()
[all …]
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/client/
H A DRPObjectChangeDispatcher.java211 for (final RPSlot cslot : changes.slots()) { in fireChangedAdded()
212 if (cslot.size() != 0) { in fireChangedAdded()
213 fireChangedAdded(object, cslot); in fireChangedAdded()
234 private void fireChangedAdded(final RPObject object, final RPSlot cslot) { in fireChangedAdded() argument
235 final String slotName = cslot.getName(); in fireChangedAdded()
250 for (final RPObject schanges : cslot) { in fireChangedAdded()
293 for (final RPSlot cslot : changes.slots()) { in fireChangedRemoved()
294 if (cslot.size() != 0) { in fireChangedRemoved()
295 fireChangedRemoved(object, cslot); in fireChangedRemoved()
310 final String slotName = cslot.getName(); in fireChangedRemoved()
[all …]
/dports/emulators/mess/mame-mame0226/src/devices/machine/
H A Damigafdc.cpp582 int cslot = transition_time >> 8; in get_next_bit() local
583 phase_add = pha[cslot]; in get_next_bit()
584 phase_sub = phs[cslot]; in get_next_bit()
590 freq_add = freqa[history & 3][cslot]; in get_next_bit()
591 freq_sub = freqs[history & 3][cslot]; in get_next_bit()
/dports/emulators/mame/mame-mame0226/src/devices/machine/
H A Damigafdc.cpp582 int cslot = transition_time >> 8; in get_next_bit() local
583 phase_add = pha[cslot]; in get_next_bit()
584 phase_sub = phs[cslot]; in get_next_bit()
590 freq_add = freqa[history & 3][cslot]; in get_next_bit()
591 freq_sub = freqs[history & 3][cslot]; in get_next_bit()
/dports/lang/spidermonkey60/firefox-60.9.0/security/nss/lib/ckfw/capi/
H A Dmanifest.mn23 cslot.c \
/dports/www/firefox-legacy/firefox-52.8.0esr/security/nss/lib/ckfw/capi/
H A Dmanifest.mn23 cslot.c \
/dports/www/firefox-esr/firefox-91.8.0/security/nss/lib/ckfw/capi/
H A Dmanifest.mn22 cslot.c \
/dports/security/ca_root_nss/nss-3.71/nss/lib/ckfw/capi/
H A Dmanifest.mn22 cslot.c \
/dports/www/firefox/firefox-99.0/security/nss/lib/ckfw/capi/
H A Dmanifest.mn22 cslot.c \
/dports/security/nss/nss-3.76.1/nss/lib/ckfw/capi/
H A Dmanifest.mn22 cslot.c \

12345