Home
last modified time | relevance | path

Searched refs:tempDC (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/chromium/
DUniscribeHelper.cpp523 HDC tempDC = 0; in shape() local
566 hr = ScriptShape(tempDC, scriptCache, input, itemLength, in shape()
572 tempDC = GetDC(0); in shape()
573 oldFont = SelectObject(tempDC, hfont); in shape()
583 if (tempDC) { in shape()
584 SelectObject(tempDC, oldFont); in shape()
585 ReleaseDC(0, tempDC); in shape()
586 tempDC = 0; in shape()
668 if (tempDC) { in shape()
669 SelectObject(tempDC, oldFont); in shape()
[all …]