Home
last modified time | relevance | path

Searched refs:isMapped (Results 1 – 25 of 2360) sorted by relevance

12345678910>>...95

/dports/x11-toolkits/lesstif/lesstif-0.95.2/clients/Motif-2.1/mwm/
H A Dpan.c109 scr->panner_top.isMapped = scr->panner_left.isMapped = in PAN_Initialize()
110 scr->panner_right.isMapped = scr->panner_bottom.isMapped = False; in PAN_Initialize()
127 scr->panner_top.isMapped = False; in PAN_CheckBounds()
134 scr->panner_left.isMapped = False; in PAN_CheckBounds()
142 scr->panner_left.isMapped = False; in PAN_CheckBounds()
147 scr->panner_left.isMapped = True; in PAN_CheckBounds()
157 scr->panner_right.isMapped = True; in PAN_CheckBounds()
163 scr->panner_top.isMapped = False; in PAN_CheckBounds()
168 scr->panner_top.isMapped = True; in PAN_CheckBounds()
190 if (scr->panner_top.isMapped) in PAN_Raise()
[all …]
/dports/audio/muse-sequencer/muse-4.0.0/src/muse/components/
H A Dview.h60 bool isMapped() const { return _flags & IsMapped; } in isMapped() function
379 { return x.isMapped() ? x._value : mapx(x._value); } in asIntMapped()
385 { return y.isMapped() ? y._value : mapy(y._value); } in asIntMapped()
391 { return w.isMapped() ? w._value : rmapx(w._value, true); } in asIntMapped()
397 { return h.isMapped() ? h._value : rmapy(h._value, true); } in asIntMapped()
404 { return x.isMapped() ? mapxDev(x._value) : x._value; } in asIntUnmapped()
410 { return y.isMapped() ? mapyDev(y._value) : y._value; } in asIntUnmapped()
416 { return w.isMapped() ? rmapxDev(w._value, true) : w._value; } in asIntUnmapped()
422 { return h.isMapped() ? rmapyDev(h._value, true) : h._value; } in asIntUnmapped()
445 return QRect(r._x.isMapped() ? r._x._value : mapx(r._x._value), in asQRectMapped()
[all …]
H A Dview.cpp1346 _x._value, _x.isMapped(), _x.isRelative(), in dump()
1347 _y._value, _y.isMapped(), _y.isRelative(), in dump()
1667 xx1 = x1.isMapped() ? mapxDev(x1._value) : x1._value; in compareXCoordinates()
1672 xx1 = x1.isMapped() ? x1._value : mapx(x1._value); in compareXCoordinates()
1673 xx2 = x2.isMapped() ? x2._value : mapx(x2._value); in compareXCoordinates()
1702 yy1 = y1.isMapped() ? y1._value : mapy(y1._value); in compareYCoordinates()
1703 yy2 = y2.isMapped() ? y2._value : mapy(y2._value); in compareYCoordinates()
1732 ww1 = w1.isMapped() ? w1._value : rmapx(w1._value); in compareWCoordinates()
1733 ww2 = w2.isMapped() ? w2._value : rmapx(w2._value); in compareWCoordinates()
1762 hh1 = h1.isMapped() ? h1._value : rmapy(h1._value); in compareHCoordinates()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/ccpr/
H A DGrAutoMapVertexBuffer.h20 if (this->isMapped()) { in ~GrAutoMapVertexBuffer()
26 bool isMapped() const { return SkToBool(fData); } in isMapped() function
27 void* data() const { SkASSERT(this->isMapped()); return fData; } in data()
30 if (this->isMapped()) { in resetAndMapBuffer()
48 SkASSERT(this->isMapped()); in unmapBuffer()
49 if (fGpuBuffer->isMapped()) { in unmapBuffer()
68 SkASSERT(this->isMapped());
H A DGrCCPerFlushResources.h74 bool isMapped() const { return fPathInstanceBuffer.isMapped(); } in isMapped() function
105 SkASSERT(this->isMapped()); in appendDrawPathInstance()
114 const GrCCFiller& filler() const { SkASSERT(!this->isMapped()); return fFiller; } in filler()
115 const GrCCStroker& stroker() const { SkASSERT(!this->isMapped()); return fStroker; } in stroker()
117 SkASSERT(!this->isMapped()); in indexBuffer()
121 SkASSERT(!this->isMapped()); in instanceBuffer()
125 SkASSERT(!this->isMapped()); in vertexBuffer()
129 SkASSERT(!this->isMapped()); in stencilResolveBuffer()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/ccpr/
H A DGrAutoMapVertexBuffer.h20 if (this->isMapped()) { in ~GrAutoMapVertexBuffer()
27 bool isMapped() const { return SkToBool(fData); } in isMapped() function
28 void* data() const { SkASSERT(this->isMapped()); return fData; } in data()
31 if (this->isMapped()) { in resetAndMapBuffer()
49 SkASSERT(this->isMapped()); in unmapBuffer()
50 if (fGpuBuffer->isMapped()) { in unmapBuffer()
69 SkASSERT(this->isMapped());
H A DGrCCPerFlushResources.h74 bool isMapped() const { return fPathInstanceBuffer.isMapped(); } in isMapped() function
108 SkASSERT(this->isMapped()); in appendDrawPathInstance()
117 const GrCCFiller& filler() const { SkASSERT(!this->isMapped()); return fFiller; } in filler()
118 const GrCCStroker& stroker() const { SkASSERT(!this->isMapped()); return fStroker; } in stroker()
120 SkASSERT(!this->isMapped()); in indexBuffer()
124 SkASSERT(!this->isMapped()); in instanceBuffer()
128 SkASSERT(!this->isMapped()); in vertexBuffer()
132 SkASSERT(!this->isMapped()); in stencilResolveBuffer()
/dports/net-p2p/transmission-utils/transmission-3.00/libtransmission/
H A Dupnp.c49 bool isMapped; member
68 TR_ASSERT(!handle->isMapped); in tr_upnpClose()
217 if (handle->isMapped && (!isEnabled || handle->port != port)) in tr_upnpPulse()
223 if (isEnabled && handle->isMapped && doPortCheck) in tr_upnpPulse()
229 handle->isMapped = false; in tr_upnpPulse()
241 handle->isMapped = false; in tr_upnpPulse()
248 if (isEnabled && !handle->isMapped) in tr_upnpPulse()
262 handle->isMapped = false; in tr_upnpPulse()
272 handle->isMapped = err_tcp == 0 || err_udp == 0; in tr_upnpPulse()
278 if (handle->isMapped) in tr_upnpPulse()
[all …]
/dports/net-p2p/transmission-cli/transmission-3.00/libtransmission/
H A Dupnp.c49 bool isMapped; member
68 TR_ASSERT(!handle->isMapped); in tr_upnpClose()
217 if (handle->isMapped && (!isEnabled || handle->port != port)) in tr_upnpPulse()
223 if (isEnabled && handle->isMapped && doPortCheck) in tr_upnpPulse()
229 handle->isMapped = false; in tr_upnpPulse()
241 handle->isMapped = false; in tr_upnpPulse()
248 if (isEnabled && !handle->isMapped) in tr_upnpPulse()
262 handle->isMapped = false; in tr_upnpPulse()
272 handle->isMapped = err_tcp == 0 || err_udp == 0; in tr_upnpPulse()
278 if (handle->isMapped) in tr_upnpPulse()
[all …]
/dports/net-p2p/transmission-qt/transmission-3.00/libtransmission/
H A Dupnp.c49 bool isMapped; member
68 TR_ASSERT(!handle->isMapped); in tr_upnpClose()
217 if (handle->isMapped && (!isEnabled || handle->port != port)) in tr_upnpPulse()
223 if (isEnabled && handle->isMapped && doPortCheck) in tr_upnpPulse()
229 handle->isMapped = false; in tr_upnpPulse()
241 handle->isMapped = false; in tr_upnpPulse()
248 if (isEnabled && !handle->isMapped) in tr_upnpPulse()
262 handle->isMapped = false; in tr_upnpPulse()
272 handle->isMapped = err_tcp == 0 || err_udp == 0; in tr_upnpPulse()
278 if (handle->isMapped) in tr_upnpPulse()
[all …]
/dports/net-p2p/transmission-daemon/transmission-3.00/libtransmission/
H A Dupnp.c49 bool isMapped; member
68 TR_ASSERT(!handle->isMapped); in tr_upnpClose()
217 if (handle->isMapped && (!isEnabled || handle->port != port)) in tr_upnpPulse()
223 if (isEnabled && handle->isMapped && doPortCheck) in tr_upnpPulse()
229 handle->isMapped = false; in tr_upnpPulse()
241 handle->isMapped = false; in tr_upnpPulse()
248 if (isEnabled && !handle->isMapped) in tr_upnpPulse()
262 handle->isMapped = false; in tr_upnpPulse()
272 handle->isMapped = err_tcp == 0 || err_udp == 0; in tr_upnpPulse()
278 if (handle->isMapped) in tr_upnpPulse()
[all …]
/dports/net-p2p/transmission-gtk/transmission-3.00/libtransmission/
H A Dupnp.c49 bool isMapped; member
68 TR_ASSERT(!handle->isMapped); in tr_upnpClose()
217 if (handle->isMapped && (!isEnabled || handle->port != port)) in tr_upnpPulse()
223 if (isEnabled && handle->isMapped && doPortCheck) in tr_upnpPulse()
229 handle->isMapped = false; in tr_upnpPulse()
241 handle->isMapped = false; in tr_upnpPulse()
248 if (isEnabled && !handle->isMapped) in tr_upnpPulse()
262 handle->isMapped = false; in tr_upnpPulse()
272 handle->isMapped = err_tcp == 0 || err_udp == 0; in tr_upnpPulse()
278 if (handle->isMapped) in tr_upnpPulse()
[all …]
/dports/www/transmission-web/transmission-3.00/libtransmission/
H A Dupnp.c49 bool isMapped; member
68 TR_ASSERT(!handle->isMapped); in tr_upnpClose()
217 if (handle->isMapped && (!isEnabled || handle->port != port)) in tr_upnpPulse()
223 if (isEnabled && handle->isMapped && doPortCheck) in tr_upnpPulse()
229 handle->isMapped = false; in tr_upnpPulse()
241 handle->isMapped = false; in tr_upnpPulse()
248 if (isEnabled && !handle->isMapped) in tr_upnpPulse()
262 handle->isMapped = false; in tr_upnpPulse()
272 handle->isMapped = err_tcp == 0 || err_udp == 0; in tr_upnpPulse()
278 if (handle->isMapped) in tr_upnpPulse()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/ccpr/
H A DGrCCPerFlushResources.h73 bool isMapped() const { return SkToBool(fPathInstanceData); } in isMapped() function
104 SkASSERT(this->isMapped()); in appendDrawPathInstance()
113 const GrCCFiller& filler() const { SkASSERT(!this->isMapped()); return fFiller; } in filler()
114 const GrCCStroker& stroker() const { SkASSERT(!this->isMapped()); return fStroker; } in stroker()
116 SkASSERT(!this->isMapped()); in refIndexBuffer()
120 SkASSERT(!this->isMapped()); in refVertexBuffer()
124 SkASSERT(!this->isMapped()); in refInstanceBuffer()
128 SkASSERT(!this->isMapped()); in refStencilResolveBuffer()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/ccpr/
H A DGrCCPerFlushResources.h73 bool isMapped() const { return SkToBool(fPathInstanceData); } in isMapped() function
104 SkASSERT(this->isMapped()); in appendDrawPathInstance()
113 const GrCCFiller& filler() const { SkASSERT(!this->isMapped()); return fFiller; } in filler()
114 const GrCCStroker& stroker() const { SkASSERT(!this->isMapped()); return fStroker; } in stroker()
116 SkASSERT(!this->isMapped()); in refIndexBuffer()
120 SkASSERT(!this->isMapped()); in refVertexBuffer()
124 SkASSERT(!this->isMapped()); in refInstanceBuffer()
128 SkASSERT(!this->isMapped()); in refStencilResolveBuffer()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/ccpr/
H A DGrCCPerFlushResources.h73 bool isMapped() const { return SkToBool(fPathInstanceData); } in isMapped() function
104 SkASSERT(this->isMapped()); in appendDrawPathInstance()
113 const GrCCFiller& filler() const { SkASSERT(!this->isMapped()); return fFiller; } in filler()
114 const GrCCStroker& stroker() const { SkASSERT(!this->isMapped()); return fStroker; } in stroker()
116 SkASSERT(!this->isMapped()); in refIndexBuffer()
120 SkASSERT(!this->isMapped()); in refVertexBuffer()
124 SkASSERT(!this->isMapped()); in refInstanceBuffer()
128 SkASSERT(!this->isMapped()); in refStencilResolveBuffer()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/ccpr/
H A DGrCCPerFlushResources.h73 bool isMapped() const { return SkToBool(fPathInstanceData); } in isMapped() function
104 SkASSERT(this->isMapped()); in appendDrawPathInstance()
113 const GrCCFiller& filler() const { SkASSERT(!this->isMapped()); return fFiller; } in filler()
114 const GrCCStroker& stroker() const { SkASSERT(!this->isMapped()); return fStroker; } in stroker()
116 SkASSERT(!this->isMapped()); in refIndexBuffer()
120 SkASSERT(!this->isMapped()); in refVertexBuffer()
124 SkASSERT(!this->isMapped()); in refInstanceBuffer()
128 SkASSERT(!this->isMapped()); in refStencilResolveBuffer()
/dports/x11-wm/afterstep/AfterStep-1.0/afterstep/
H A Dafterstep.c1064 Scr.PanFrameLeft.isMapped=False; in checkPanFrames()
1066 Scr.PanFrameRight.isMapped=False; in checkPanFrames()
1075 Scr.PanFrameLeft.isMapped=False; in checkPanFrames()
1080 Scr.PanFrameLeft.isMapped=True; in checkPanFrames()
1086 Scr.PanFrameRight.isMapped=False; in checkPanFrames()
1091 Scr.PanFrameRight.isMapped=True; in checkPanFrames()
1097 Scr.PanFrameTop.isMapped=False; in checkPanFrames()
1102 Scr.PanFrameTop.isMapped=True; in checkPanFrames()
1113 Scr.PanFrameBottom.isMapped=True; in checkPanFrames()
1180 Scr.PanFrameTop.isMapped=Scr.PanFrameLeft.isMapped= in initPanFrames()
[all …]
/dports/games/libretro-bluemsx/blueMSX-libretro-faf470e/Src/Memory/
H A DromMapperSCCplus.c48 int isMapped[4]; member
70 saveStateSet(state, tag, rm->isMapped[i]); in saveState()
98 rm->isMapped[i] = saveStateGet(state, tag, 0); in loadState()
111 if (rm->isMapped[bank]) { in loadState()
162 if (rm->isMapped[bank]) { in read()
184 if (rm->isMapped[bank]) { in peek()
237 if (rm->isMapped[bank]) { in write()
249 if (rm->isMapped[bank]) { in write()
297 rm->isMapped[0] = sccType != SCC_SDSNATCHER; in romMapperSCCplusCreate()
298 rm->isMapped[1] = sccType != SCC_SDSNATCHER; in romMapperSCCplusCreate()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/objects/
H A DNativeArguments.java108 return isMapped(key) ? getArray().getObject(key) : getUnmappedArg(key); in getArgument()
117 if (isMapped(key)) {
127 return isMapped(index) ? deleteMapped(index, strict) : super.delete(key, strict);
133 return isMapped(index) ? deleteMapped(index, strict) : super.delete(key, strict);
140 return isMapped(index) ? deleteMapped(index, strict) : super.delete(primitiveKey, strict);
151 final boolean isMapped = isMapped(index);
152 final Object oldValue = isMapped ? getArray().getObject(index) : null;
161 if (isMapped) {
245 private boolean isMapped(final int index) {
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/objects/
H A DNativeArguments.java108 return isMapped(key) ? getArray().getObject(key) : getUnmappedArg(key); in getArgument()
117 if (isMapped(key)) {
127 return isMapped(index) ? deleteMapped(index, strict) : super.delete(key, strict);
133 return isMapped(index) ? deleteMapped(index, strict) : super.delete(key, strict);
140 return isMapped(index) ? deleteMapped(index, strict) : super.delete(primitiveKey, strict);
151 final boolean isMapped = isMapped(index);
152 final Object oldValue = isMapped ? getArray().getObject(index) : null;
161 if (isMapped) {
245 private boolean isMapped(final int index) {
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/objects/
H A DNativeArguments.java108 return isMapped(key) ? getArray().getObject(key) : getUnmappedArg(key); in getArgument()
117 if (isMapped(key)) {
127 return isMapped(index) ? deleteMapped(index, strict) : super.delete(key, strict);
133 return isMapped(index) ? deleteMapped(index, strict) : super.delete(key, strict);
140 return isMapped(index) ? deleteMapped(index, strict) : super.delete(primitiveKey, strict);
151 final boolean isMapped = isMapped(index);
152 final Object oldValue = isMapped ? getArray().getObject(index) : null;
161 if (isMapped) {
245 private boolean isMapped(final int index) {
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/objects/
H A DNativeArguments.java108 return isMapped(key) ? getArray().getObject(key) : getUnmappedArg(key); in getArgument()
117 if (isMapped(key)) {
127 return isMapped(index) ? deleteMapped(index, strict) : super.delete(key, strict);
133 return isMapped(index) ? deleteMapped(index, strict) : super.delete(key, strict);
140 return isMapped(index) ? deleteMapped(index, strict) : super.delete(primitiveKey, strict);
151 final boolean isMapped = isMapped(index);
152 final Object oldValue = isMapped ? getArray().getObject(index) : null;
161 if (isMapped) {
245 private boolean isMapped(final int index) {
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/objects/
H A DNativeArguments.java108 return isMapped(key) ? getArray().getObject(key) : getUnmappedArg(key); in getArgument()
117 if (isMapped(key)) {
127 return isMapped(index) ? deleteMapped(index, strict) : super.delete(key, strict);
133 return isMapped(index) ? deleteMapped(index, strict) : super.delete(key, strict);
140 return isMapped(index) ? deleteMapped(index, strict) : super.delete(primitiveKey, strict);
151 final boolean isMapped = isMapped(index);
152 final Object oldValue = isMapped ? getArray().getObject(index) : null;
161 if (isMapped) {
245 private boolean isMapped(final int index) {
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/nashorn/internal/objects/
H A DNativeArguments.java108 return isMapped(key) ? getArray().getObject(key) : getUnmappedArg(key); in getArgument()
117 if (isMapped(key)) {
127 return isMapped(index) ? deleteMapped(index, strict) : super.delete(key, strict);
133 return isMapped(index) ? deleteMapped(index, strict) : super.delete(key, strict);
140 return isMapped(index) ? deleteMapped(index, strict) : super.delete(primitiveKey, strict);
151 final boolean isMapped = isMapped(index);
152 final Object oldValue = isMapped ? getArray().getObject(index) : null;
161 if (isMapped) {
245 private boolean isMapped(final int index) {

12345678910>>...95