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

  /external/skia/src/utils/win/
SkDWrite.cpp 35 HRVM(hr, "Could not get DWriteCreateFactory proc.");
38 HRVM(dWriteCreateFactoryProc(DWRITE_FACTORY_TYPE_SHARED,
106 HRVM(names->GetStringLength(nameIndex, &nameLen), "Could not get name length.");
109 HRVM(names->GetString(nameIndex, name.get(), nameLen+1), "Could not get string.");
SkHRESULT.h 56 #define HRVM(ex, msg) HR_GENERAL(ex, msg, )
  /external/skqp/src/utils/win/
SkDWrite.cpp 35 HRVM(hr, "Could not get DWriteCreateFactory proc.");
38 HRVM(dWriteCreateFactoryProc(DWRITE_FACTORY_TYPE_SHARED,
106 HRVM(names->GetStringLength(nameIndex, &nameLen), "Could not get name length.");
109 HRVM(names->GetString(nameIndex, name.get(), nameLen+1), "Could not get string.");
SkHRESULT.h 56 #define HRVM(ex, msg) HR_GENERAL(ex, msg, )
  /external/skia/src/xps/
SkXPSDevice.cpp     [all...]
  /external/skqp/src/xps/
SkXPSDevice.cpp     [all...]
  /external/skia/src/ports/
SkScalerContext_win_dw.cpp 396 HRVM(this->getDWriteTypeface()->fDWriteFontFace->GetGdiCompatibleGlyphMetrics(
408 HRVM(this->getDWriteTypeface()->fDWriteFontFace->GetDesignGlyphMetrics(&glyphId, 1, &gm),
570 HRVM(this->getBoundingBox(glyph, fRenderingMode, fTextureType, &bbox),
581 HRVM(this->getBoundingBox(glyph,
    [all...]
SkFontMgr_win_dw.cpp 475 HRVM(fFontCollection->GetFontFamily(index, &fontFamily), "Could not get requested family.");
478 HRVM(fontFamily->GetFamilyNames(&familyNames), "Could not get family names.");
    [all...]
SkTypeface_win_dw.cpp 307 HRVM(fontFace->GetGlyphIndices(&c, 1, &glyph),
  /external/skqp/src/ports/
SkScalerContext_win_dw.cpp 396 HRVM(this->getDWriteTypeface()->fDWriteFontFace->GetGdiCompatibleGlyphMetrics(
408 HRVM(this->getDWriteTypeface()->fDWriteFontFace->GetDesignGlyphMetrics(&glyphId, 1, &gm),
570 HRVM(this->getBoundingBox(glyph, fRenderingMode, fTextureType, &bbox),
581 HRVM(this->getBoundingBox(glyph,
    [all...]
SkFontMgr_win_dw.cpp 475 HRVM(fFontCollection->GetFontFamily(index, &fontFamily), "Could not get requested family.");
478 HRVM(fontFamily->GetFamilyNames(&familyNames), "Could not get family names.");
    [all...]
SkTypeface_win_dw.cpp 307 HRVM(fontFace->GetGlyphIndices(&c, 1, &glyph),

Completed in 215 milliseconds