Home
last modified time | relevance | path

Searched refs:InFrame (Results 1 – 25 of 43) sorted by relevance

12

/dports/devel/upp/upp/uppsrc/CtrlCore/
H A DCtrlChild.cpp141 if(!c->InFrame()) { in GetViewChildIndex()
153 if(!c->InFrame()) in GetViewChildCount()
163 if(!c->InFrame()) { in GetViewIndexChild()
192 if(!(noframe && ctrl->InFrame())) { in IterateFocusFw()
229 if(!(noframe && ctrl->InFrame())) { in IterateFocusBw()
H A DWin32Ctrl.cpp95 bool inframe = focusCtrl->InFrame(); in SyncCaret()
101 inframe = q->InFrame(); in SyncCaret()
H A DCtrlDraw.cpp25 if(InFrame()) in RefreshFrame()
119 view &= w->InFrame() ? q->GetScreenRect() : q->GetScreenView(); in GetClippedView()
182 if(w->InFrame()) { in ScrollView()
187 Rect view = InFrame() ? GetView() : GetClippedView(); in ScrollView()
294 if(q->InFrame()) { in CtrlPaint()
602 return parent->GetTopRect(r, InFrame(), clip); in GetTopRect()
H A DCtrlMouse.cpp292 if(q->InFrame() && q->IsMouseActive()) { in ChildFromPoint()
678 if(q->InFrame() && q->IsVisible()) { in GetVisibleChild()
/dports/devel/upp/upp/bazaar/CtrlMover/
H A DCtrlMover.cpp5 if(c.InFrame()) return; //may not move frames in OnCtrlLeft()
14 if(pctrls->Top()->InFrame()) return; //may not move frames in OnCtrlLeftMulti()
/dports/devel/upp/upp/bazaar/CtrlFinder/
H A DCtrlFinder.cpp19 if((f & FRAME) && q->InFrame()) in StdCtrlFilter()
54 if((f & FRAME) && q->InFrame()) in ChildAtPoint()
109 if((f & FRAME) && q->InFrame()) in ChildInRect()
162 if((f & FRAME) && q->InFrame()) in ChildrenInRect()
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/_studio/enctools/aenc/include/
H A Daenc.h75 …mfxStatus MFX_CDECL AEncProcessFrame(mfxHDL pthis, mfxU32 POC, mfxU8* InFrame, mfxI32 pitch, AEncF…
/dports/www/erlang-cowboy/cowboy-1.1.2/doc/src/manual/
H A Dcowboy_websocket_handler.ezdoc68 : websocket_handle(InFrame, Req, State)
77 * InFrame = {text | binary | ping | pong, binary()}
/dports/devel/upp/upp/uppsrc/CtrlLib/
H A DSplitter.cpp40 if(!q->InFrame()) { in Layout()
56 if(!q->InFrame()) { in Layout()
H A DToolBar.cpp48 if(!IsNull(style->arealook) && (arealook < 0 ? InFrame() : arealook)) { in Paint()
H A DScrollBar.cpp532 if(IsChild() && InFrame()) { in GetViewSize()
542 if(IsChild() && InFrame()) { in GetReducedViewSize()
/dports/www/firefox-legacy/firefox-52.8.0esr/image/
H A DIDecodingTask.cpp63 MOZ_ASSERT(aDecoder->HasError() || !aDecoder->InFrame(),
H A DDecoder.h281 bool InFrame() const { return mInFrame; } in InFrame() function
/dports/lang/spidermonkey60/firefox-60.9.0/image/
H A DIDecodingTask.cpp97 MOZ_ASSERT(aDecoder->HasError() || !aDecoder->InFrame(), in NotifyDecodeComplete()
H A DDecoder.h282 bool InFrame() const { return mInFrame; } in InFrame() function
/dports/www/firefox-esr/firefox-91.8.0/image/
H A DIDecodingTask.cpp95 MOZ_ASSERT(aDecoder->HasError() || !aDecoder->InFrame(), in NotifyDecodeComplete()
H A DDecoder.h307 bool InFrame() const { return mInFrame; } in InFrame() function
/dports/lang/spidermonkey78/firefox-78.9.0/image/
H A DIDecodingTask.cpp95 MOZ_ASSERT(aDecoder->HasError() || !aDecoder->InFrame(), in NotifyDecodeComplete()
H A DDecoder.h304 bool InFrame() const { return mInFrame; } in InFrame() function
/dports/www/firefox/firefox-99.0/image/
H A DIDecodingTask.cpp99 MOZ_ASSERT(aDecoder->HasError() || !aDecoder->InFrame(), in NotifyDecodeComplete()
H A DDecoder.h307 bool InFrame() const { return mInFrame; } in InFrame() function
/dports/mail/thunderbird/thunderbird-91.8.0/image/
H A DIDecodingTask.cpp95 MOZ_ASSERT(aDecoder->HasError() || !aDecoder->InFrame(), in NotifyDecodeComplete()
H A DDecoder.h307 bool InFrame() const { return mInFrame; } in InFrame() function
/dports/devel/upp/upp/bazaar/CtrlPos/
H A DCtrlPos.cpp203 ASSERT(!c.InFrame()); in LeftDown()
284 || _ctrls.Top()->InFrame() //dont allow moving frame around in LeftDown()
/dports/devel/upp/upp/uppsrc/Docking/
H A DDockCont.cpp224 if (c != ctrl && !c->InFrame()) in TabSelected()
491 if (!c->InFrame()) return c; in FindFirstChild()

12