• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/dfb/

Lines Matching defs:m_ptr

138     T *GetRaw() const { return m_ptr; }
142 void Init(T *ptr) { m_ptr = ptr; }
147 if ( m_ptr )
148 m_ptr->Release(m_ptr);
153 T *m_ptr;
166 { return Check(m_ptr->GetStringWidth(m_ptr, text, bytes, w)); }
171 return Check(m_ptr->GetStringExtents(m_ptr, text, bytes,
176 { return Check(m_ptr->GetHeight(m_ptr, h)); }
179 { return Check(m_ptr->GetDescender(m_ptr, descender)); }
202 { return Check(m_ptr->GetSize(m_ptr, w, h)); }
205 { return Check(m_ptr->GetCapabilities(m_ptr, caps)); }
208 { return Check(m_ptr->GetPixelFormat(m_ptr, caps)); }
211 { return Check(m_ptr->SetClip(m_ptr, clip)); }
214 { return Check(m_ptr->SetColor(m_ptr, r, g, b, a)); }
217 { return Check(m_ptr->Clear(m_ptr, r, g, b, a)); }
220 { return Check(m_ptr->DrawLine(m_ptr, x1, y1, x2, y2)); }
223 { return Check(m_ptr->DrawRectangle(m_ptr, x, y, w, h)); }
226 { return Check(m_ptr->FillRectangle(m_ptr, x, y, w, h)); }
229 { return Check(m_ptr->SetFont(m_ptr, font->GetRaw())); }
233 return Check(m_ptr->DrawString(m_ptr, text, bytes, x, y,
246 if ( Check(m_ptr->GetSubSurface(m_ptr, rect, &s)) )
255 if ( Check(m_ptr->GetPalette(m_ptr, &s)) )
262 { return Check(m_ptr->SetPalette(m_ptr, pal->GetRaw())); }
267 m_ptr->SetBlittingFlags(m_ptr, (DFBSurfaceBlittingFlags)flags));
278 { return Check(m_ptr->Blit(m_ptr, source, source_rect, x, y)); }
284 return Check(m_ptr->StretchBlit(m_ptr, source->GetRaw(),
334 return Check(m_ptr->WakeUp(m_ptr));
340 DFBResult r = m_ptr->HasEvent(m_ptr);
350 DFBResult r = m_ptr->WaitForEventWithTimeout(m_ptr, secs, millisecs);
364 return Check(m_ptr->GetEvent(m_ptr, &event));
378 { return Check(m_ptr->GetID(m_ptr, id)); }
381 { return Check(m_ptr->GetPosition(m_ptr, x, y)); }
384 { return Check(m_ptr->GetSize(m_ptr, w, h)); }
387 { return Check(m_ptr->MoveTo(m_ptr, x, y)); }
390 { return Check(m_ptr->Resize(m_ptr, w, h)); }
393 { return Check(m_ptr->SetOpacity(m_ptr, opacity)); }
396 { return Check(m_ptr->SetStackingClass(m_ptr, klass)); }
401 if ( Check(m_ptr->GetSurface(m_ptr, &s)) )
408 { return Check(m_ptr->AttachEventBuffer(m_ptr, buffer->GetRaw())); }
411 { return Check(m_ptr->RequestFocus(m_ptr)); }
414 { return Check(m_ptr->Destroy(m_ptr)); }
429 if ( Check(m_ptr->CreateWindow(m_ptr, desc, &w)) )
436 { return Check(m_ptr->GetConfiguration(m_ptr, config)); }
441 { return Check(m_ptr->GetCursorPosition(m_ptr, x, y)); }
444 { return Check(m_ptr->WarpCursor(m_ptr, x, y)); }
466 { return Check(m_ptr->SetVideoMode(m_ptr, w, h, bpp)); }
471 if ( Check(m_ptr->CreateSurface(m_ptr, desc, &s)) )
480 if ( Check(m_ptr->CreateEventBuffer(m_ptr, &b)) )
490 if ( Check(m_ptr->CreateFont(m_ptr, filename, desc, &f)) )
500 if ( Check(m_ptr->GetDisplayLayer(m_ptr, id, &l)) )