OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HRVM
(Results
1 - 6
of
6
) 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.");
/external/skia/include/utils/win/
SkHRESULT.h
54
#define
HRVM
(ex, msg) HR_GENERAL(ex, msg, )
/external/skia/src/device/xps/
SkXPSDevice.cpp
124
HRVM
(CoCreateInstance(
131
HRVM
(this->fXpsFactory->CreateCanvas(&this->fCurrentXpsCanvas),
[
all
...]
/external/skia/src/ports/
SkScalerContext_win_dw.cpp
356
HRVM
(fTypeface->fDWriteFontFace->GetGdiCompatibleGlyphMetrics(
366
HRVM
(fTypeface->fDWriteFontFace->GetDesignGlyphMetrics(&glyphId, 1, &gm),
469
HRVM
(this->getBoundingBox(glyph, fRenderingMode, fTextureType, &bbox),
480
HRVM
(this->getBoundingBox(glyph,
761
HRVM
(SkDWriteGeometrySink::Create(path, &geometryToPath),
768
HRVM
(fTypeface->fDWriteFontFace->GetGlyphRunOutline(SkScalarToFloat(fTextSizeRender),
SkFontMgr_win_dw.cpp
473
HRVM
(fFontCollection->GetFontFamily(index, &fontFamily), "Could not get requested family.");
476
HRVM
(fontFamily->GetFamilyNames(&familyNames), "Could not get family names.");
[
all
...]
SkTypeface_win_dw.cpp
301
HRVM
(fontFace->GetGlyphIndices(&c, 1, &glyph),
Completed in 892 milliseconds