HomeSort by relevance Sort by last modified time
    Searched refs:canCreateCGFontWithLOGFONT (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/platform/graphics/win/
FontCacheWin.cpp 521 bool canCreateCGFontWithLOGFONT = wkCanCreateCGFontWithLOGFONT();
523 bool canCreateCGFontWithLOGFONT = true;
527 fontDescription.computedPixelSize() * (useGDI ? 1 : 32), useGDI && canCreateCGFontWithLOGFONT);
FontCGWin.cpp 325 static bool canCreateCGFontWithLOGFONT = wkCanCreateCGFontWithLOGFONT();
326 if (!shouldUseFontSmoothing || !canCreateCGFontWithLOGFONT && (graphicsContext->textDrawingMode() & cTextStroke)) {

Completed in 60 milliseconds