HomeSort by relevance Sort by last modified time
    Searched refs:dc (Results 26 - 50 of 123) sorted by null

12 3 4 5

  /external/webkit/WebCore/platform/wx/
RenderThemeWx.cpp 38 #include <wx/dc.h>
265 wxDC* dc = static_cast<wxDC*>(i.context->platformContext()); local
278 wxGCDC* gcdc = static_cast<wxGCDC*>(dc);
296 wxRendererNative::Get().DrawPushButton(window, *dc, rect, flags);
301 wxRendererNative::Get().DrawRadioBitmap(window, *dc, rect, flags);
303 wxRendererNative::Get().DrawRadioButton(window, *dc, rect, flags);
305 wxRenderer_DrawRadioButton(window, *dc, rect, flags);
311 wxRendererNative::Get().DrawCheckBox(window, *dc, rect, flags);
324 wxDC* dc = static_cast<wxDC*>(i.context->platformContext()); local
326 wxRendererNative::Get().DrawTextCtrl(window, *dc, r, 0)
346 wxDC* dc = static_cast<wxDC*>(i.context->platformContext()); local
375 wxDC* dc = static_cast<wxDC*>(i.context->platformContext()); local
    [all...]
  /development/simulator/app/
DeviceWindow.cpp 235 wxPaintDC dc(this);
238 dc.DrawBitmap(mBitmap, 0, 0, TRUE);
242 dc.DrawBitmap(mOnionSkinBitmap, 0, 0, TRUE);
253 dc.SetPen(*wxGREEN_PEN);
254 dc.DrawLine(xoff, yoff+9, xoff, yoff);
255 dc.DrawLine(xoff, yoff, xoff+10, yoff);
256 dc.DrawLine(xoff+width-10, yoff, xoff+width, yoff);
257 dc.DrawLine(xoff+width-1, yoff, xoff+width-1, yoff+10);
258 dc.DrawLine(xoff, yoff+height-10, xoff, yoff+height);
259 dc.DrawLine(xoff, yoff+height-1, xoff+10, yoff+height-1)
    [all...]
  /external/quake/quake/src/QW/scitech/include/
mgldos.h 59 bool MGLAPI MGL_destroyDC(MGLDC *dc);
72 void MGLAPI MGL_setPaletteSnowLevel(MGLDC *dc,m_int level);
73 m_int MGLAPI MGL_getPaletteSnowLevel(MGLDC *dc);
mgraph.h 226 /* Render into Windowing System DC (Windows, OS/2 PM, X11) */
264 grInvalidPF = -30, /* Invalid pixel format for memory DC */
    [all...]
  /external/quake/quake/src/WinQuake/scitech/INCLUDE/
MGLDOS.H 59 bool MGLAPI MGL_destroyDC(MGLDC *dc);
72 void MGLAPI MGL_setPaletteSnowLevel(MGLDC *dc,m_int level);
73 m_int MGLAPI MGL_getPaletteSnowLevel(MGLDC *dc);
MGRAPH.H 226 /* Render into Windowing System DC (Windows, OS/2 PM, X11) */
264 grInvalidPF = -30, /* Invalid pixel format for memory DC */
    [all...]
  /external/webkit/WebCore/platform/graphics/wince/
GraphicsContextWince.cpp 184 GraphicsContextPlatformPrivate(HDC dc)
185 : m_dc(dc)
290 SharedBitmap::DCHolder dc(bmp.get());
291 if (dc.get()) {
292 BitBlt(dc.get(), 0, 0, origRect.width(), origRect.height(), m_dc, origRect.x(), origRect.y(), SRCCOPY);
589 GraphicsContext::GraphicsContext(PlatformGraphicsContext* dc)
591 , m_data(new GraphicsContextPlatformPrivate(dc))
641 HDC dc = transparentDC.hdc(); local
642 if (!dc)
650 oldBrush = SelectObject(dc, brush)
698 HDC dc = transparentDC.hdc(); local
725 HDC dc = transparentDC.hdc(); local
812 HDC dc = transparentDC.hdc(); local
909 HDC dc = transparentDC.hdc(); local
1033 HDC dc = transparentDC.hdc(); local
1110 HDC dc = transparentDC.hdc(); local
1269 HDC dc = transparentDc.hdc(); local
1379 HDC dc = transparentDC.hdc(); local
1419 HDC dc = transparentDC.hdc(); local
1467 HDC dc = transparentDC.hdc(); local
1792 HDC dc = transparentDC.hdc(); local
1825 HDC dc = transparentDC.hdc(); local
1845 HDC dc = transparentDC.hdc(); local
1866 HDC dc = transparentDC.hdc(); local
1890 HDC dc = transparentDC.hdc(); local
1916 HDC dc = transparentDC.hdc(); local
    [all...]
  /external/webkit/WebCore/platform/wx/wxcode/win/
scrollbar_render.cpp 32 #include <wx/dc.h>
78 GraphicsHDC(wxDC* dc)
82 wxGCDC* gcdc = wxDynamicCast(dc, wxGCDC);
89 m_hdc = GetHdcOf(*dc);
122 void wxRenderer_DrawScrollbar(wxWindow* window, wxDC& dc,
144 wxGCDC* gcdc = wxDynamicCast(&dc, wxGCDC);
159 engine->DrawThemeBackground(hTheme, GraphicsHDC(&dc), part, xpState, &r, 0);
169 engine->DrawThemeBackground(hTheme, GraphicsHDC(&dc), part, xpState, &buttonRect, 0);
176 engine->DrawThemeBackground(hTheme, GraphicsHDC(&dc), part, xpState, &buttonRect, 0);
196 engine->DrawThemeBackground(hTheme, GraphicsHDC(&dc), part, xpState, &buttonRect, 0)
    [all...]
non-kerned-drawing.cpp 75 wxGCDC* dc = static_cast<wxGCDC*>(graphicsContext->platformContext()); local
77 wxDC* dc = graphicsContext->platformContext();
91 wxGraphicsContext* gc = dc->GetGraphicsContext();
101 hdc = static_cast<HDC>(dc->GetHDC());
  /external/libvpx/vpx_scale/dm642/
gen_scalers_c64.c 58 unsigned int ba, cb, dc, ed; local
92 dc = _unpkhu4(src_current);
99 des [3] = _dotprsu2(dc, const_102_154);
112 dc = _unpkhu4(src_current);
117 des [3] = _dotprsu2(dc, const_102_154);
145 unsigned int ba, cb, dc, ed; local
169 dc = _pack2(d, c);
181 des [dest_pitch*3] = _dotprsu2(dc, const_102_154);
213 unsigned int ba, cb, dc; local
232 dc = _pack2(d, c)
279 unsigned int ba, cb, dc; local
352 unsigned int ba, cb, dc; local
    [all...]
  /external/skia/src/core/
SkXfermode.cpp 329 SkProcCoeffXfermode(SkXfermodeProc proc, Coeff sc, Coeff dc)
330 : INHERITED(proc), fSrcCoeff(sc), fDstCoeff(dc) {
333 virtual bool asCoeff(Coeff* sc, Coeff* dc) {
337 if (dc) {
338 *dc = fDstCoeff;
378 // kDst_Mode, //!< [Da, Dc]
383 // kSrcOver_Mode, //!< [Sa + Da - Sa*Da, Sc + (1 - Sa)*Dc]
396 // kDstOver_Mode, //!< [Sa + Da - Sa*Da, Dc + (1 - Da)*Sc]
408 // kDstIn_Mode, //!< [Sa * Da, Sa * Dc]
418 // kDstOut_Mode, //!< [Da * (1 - Sa), Dc * (1 - Sa)
978 SkXfermode::Coeff sc, dc; local
    [all...]
SkSpriteBlitter_RGB16.cpp 33 uint16_t dc = *dst; local
38 dr = SkAlphaBlend(SkPacked32ToR16(sc), SkGetPackedR16(dc), src_scale);
39 dg = SkAlphaBlend(SkPacked32ToG16(sc), SkGetPackedG16(dc), src_scale);
40 db = SkAlphaBlend(SkPacked32ToB16(sc), SkGetPackedB16(dc), src_scale);
44 SkGetPackedR16(dc) * dst_scale) >> 8;
46 SkGetPackedG16(dc) * dst_scale) >> 8;
48 SkGetPackedB16(dc) * dst_scale) >> 8;
82 uint16_t dc = *dst; \
83 *dst = SkBlendRGB16(sc, dc, scale); \
104 uint16_t dc = *dst;
    [all...]
  /external/qemu/hw/
devices.h 28 void s1d13745_write(void *opaque, int dc, uint16_t value);
29 void s1d13745_write_block(void *opaque, int dc,
31 uint16_t s1d13745_read(void *opaque, int dc);
  /external/webkit/WebCore/platform/graphics/win/
GraphicsContextCairoWin.cpp 67 GraphicsContext::GraphicsContext(HDC dc, bool hasAlpha)
71 if (dc) {
72 m_data->cr = createCairoContextWithHDC(dc, hasAlpha);
73 m_data->m_hdc = dc;
  /frameworks/base/telephony/java/com/android/internal/telephony/
DriverCall.java 150 DriverCall dc; local
152 dc = (DriverCall)o;
154 if (index < dc.index) {
156 } else if (index == dc.index) {
158 } else { /*index > dc.index*/
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmCall.java 98 attach(Connection conn, DriverCall dc) {
101 state = stateFromDCState (dc.state);
147 update (GsmConnection conn, DriverCall dc) {
151 newState = stateFromDCState(dc.state);
GsmConnection.java 118 GsmConnection (Context context, DriverCall dc, GsmCallTracker ct, int index) {
125 address = dc.number;
127 isIncoming = dc.isMT;
129 numberPresentation = dc.numberPresentation;
130 uusInfo = dc.uusInfo;
134 parent = parentFromDCState (dc.state);
135 parent.attach(this, dc);
427 update (DriverCall dc) {
433 newParent = parentFromDCState(dc.state);
435 if (!equalsHandlesNulls(address, dc.number))
    [all...]
  /external/libvpx/vp8/decoder/
dequantize.h 28 int dc)
33 int stride, char *eobs, short *dc)
  /external/webkit/WebCore/platform/graphics/skia/
SkiaFontWin.cpp 142 // currently selected into the given DC is used. Returns true on success.
143 static bool getPathForGlyph(HDC dc, WORD glyph, SkPath* path)
149 DWORD totalSize = GetGlyphOutlineW(dc, glyph, GGO_GLYPH_INDEX | GGO_NATIVE,
178 // should be selected into the given DC. The returned path is owned by the
266 HDC dc,
278 const SkPath* path = SkiaWinOutlineCache::lookupOrCreatePathForGlyph(dc, hfont, glyphs[i]);
306 HDC dc = GetDC(0); local
307 HGDIOBJ oldFont = SelectObject(dc, hfont);
319 if (!skiaDrawText(hfont, dc, platformContext->canvas(), *origin, &paint,
346 if (!skiaDrawText(hfont, dc, platformContext->canvas(), *origin, &paint
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CdmaConnection.java 122 CdmaConnection (Context context, DriverCall dc, CdmaCallTracker ct, int index) {
129 address = dc.number;
131 isIncoming = dc.isMT;
133 cnapName = dc.name;
134 cnapNamePresentation = dc.namePresentation;
135 numberPresentation = dc.numberPresentation;
139 parent = parentFromDCState (dc.state);
140 parent.attach(this, dc);
485 update (DriverCall dc) {
491 newParent = parentFromDCState(dc.state)
    [all...]
CdmaCallTracker.java 475 DriverCall dc = null; local
479 dc = (DriverCall) polledCalls.get(curDC);
481 if (dc.index == i+1) {
484 dc = null;
489 conn+", dc=" + dc);
491 if (conn == null && dc != null) {
493 if (pendingMO != null && pendingMO.compareTo(dc)) {
500 pendingMO.update(dc);
525 log("pendingMo=" + pendingMO + ", dc=" + dc)
    [all...]
CdmaCall.java 102 attach(Connection conn, DriverCall dc) {
105 state = stateFromDCState (dc.state);
151 update (CdmaConnection conn, DriverCall dc) {
155 newState = stateFromDCState(dc.state);
  /external/webkit/WebCore/platform/wx/wxcode/gtk/
non-kerned-drawing.cpp 31 #include <wx/dc.h>
189 wxGCDC* dc = static_cast<wxGCDC*>(graphicsContext->platformContext()); local
190 wxGraphicsContext* gc = dc->GetGraphicsContext();
221 wxDC* dc = graphicsContext->platformContext();
225 dc->SetFont(*wxfont);
226 dc->SetTextForeground(color);
241 dc->DrawText(text, (wxCoord)point.x(), ypoint);
  /external/qemu/distrib/sdl-1.2.12/src/video/dc/
SDL_dcevents.c 30 #include <dc/maple.h>
31 #include <dc/maple/mouse.h>
32 #include <dc/maple/keyboard.h>
  /external/webkit/WebCore/platform/win/
CursorWin.cpp 60 HDC dc = GetDC(0); local
61 HDC workingDC = CreateCompatibleDC(dc);
63 OwnPtr<HBITMAP> hCursor(CreateDIBSection(dc, (BITMAPINFO *)&cursorImage, DIB_RGB_COLORS, 0, 0, 0));
86 HDC andMaskDC = CreateCompatibleDC(dc);
87 HDC xorMaskDC = CreateCompatibleDC(dc);
88 OwnPtr<HBITMAP> hCursor(CreateDIBSection(dc, &cursorImage, DIB_RGB_COLORS, 0, 0, 0));
94 OwnPtr<HBITMAP> xorMask(CreateCompatibleBitmap(dc, cursor.bmWidth, cursor.bmHeight));
123 ReleaseDC(0, dc);

Completed in 2131 milliseconds

12 3 4 5