Searched refs:shapeResult (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/win/
H A DUniscribeController.cpp385 HRESULT shapeResult = E_PENDING; local
388 shapeResult = ScriptShape(hdc, fontData->scriptCache(), str, len, glyphs.size(), &item.a,
390 if (shapeResult == E_PENDING) {
397 } else if (shapeResult == E_OUTOFMEMORY) {
402 } while (shapeResult == E_PENDING || shapeResult == E_OUTOFMEMORY);
409 if (FAILED(shapeResult))

Completed in 33 milliseconds