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

  /external/chromium_org/third_party/skia/src/utils/win/
SkDWrite.cpp 33 HRVM(hr, "Could not get DWriteCreateFactory proc.");
36 HRVM(dWriteCreateFactoryProc(DWRITE_FACTORY_TYPE_SHARED,
105 HRVM(names->GetStringLength(nameIndex, &nameLen), "Could not get name length.");
108 HRVM(names->GetString(nameIndex, name.get(), nameLen+1), "Could not get string.");
  /external/chromium_org/third_party/skia/include/utils/win/
SkHRESULT.h 53 #define HRVM(ex, msg) HR_GENERAL(ex, msg, )
  /external/chromium_org/third_party/skia/src/device/xps/
SkXPSDevice.cpp     [all...]
  /external/chromium_org/third_party/skia/src/ports/
SkScalerContext_win_dw.cpp 368 HRVM(fTypeface->fDWriteFontFace->GetGdiCompatibleGlyphMetrics(
377 HRVM(fTypeface->fDWriteFontFace->GetDesignGlyphMetrics(&glyphId, 1, &gm),
473 HRVM(this->getBoundingBox(glyph, fRenderingMode, fTextureType, &bbox),
484 HRVM(this->getBoundingBox(glyph,
767 HRVM(SkDWriteGeometrySink::Create(path, &geometryToPath),
772 HRVM(fTypeface->fDWriteFontFace->GetGlyphRunOutline(SkScalarToFloat(fTextSizeRender),
SkFontMgr_win_dw.cpp 450 HRVM(fFontCollection->GetFontFamily(index, &fontFamily), "Could not get requested family.");
453 HRVM(fontFamily->GetFamilyNames(&familyNames), "Could not get family names.");
664 HRVM(fFontFamily->GetFont(index, &font), "Could not get font.");

Completed in 31 milliseconds