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

  /external/chromium_org/content/renderer/pepper/
pepper_truetype_font_win.cc 146 if (result == GDI_ERROR) {
151 return GDI_ERROR;
154 return GDI_ERROR;
172 if (GetFontData(hdc, 0, 0, header_buf, kFontHeaderSize) == GDI_ERROR)
186 GDI_ERROR)
216 if (table_size == GDI_ERROR)
231 if (table_size == GDI_ERROR)
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/windows/gdi/
wgl.c 399 VERIFY(SetTextAlign(bitDevice, TA_BASELINE) != GDI_ERROR ? 1 : 0);
503 == GDI_ERROR ) {
518 if (size == GDI_ERROR) {
539 if (err == GDI_ERROR) {
  /external/mesa3d/src/mesa/drivers/windows/gdi/
wgl.c 399 VERIFY(SetTextAlign(bitDevice, TA_BASELINE) != GDI_ERROR ? 1 : 0);
503 == GDI_ERROR ) {
518 if (size == GDI_ERROR) {
539 if (err == GDI_ERROR) {
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_win.cpp 174 if (GDI_ERROR != GetFontData(hdc, SkOTTableMaximumProfile::TAG, 4, &glyphs, sizeof(glyphs))) {
186 NULL, &mat2) == GDI_ERROR) {
829 if (result == GDI_ERROR
921 if (GDI_ERROR == status) {
924 if (GDI_ERROR == status) {
    [all...]
  /external/skia/src/ports/
SkFontHost_win.cpp 174 if (GDI_ERROR != GetFontData(hdc, SkOTTableMaximumProfile::TAG, 4, &glyphs, sizeof(glyphs))) {
186 NULL, &mat2) == GDI_ERROR) {
829 if (result == GDI_ERROR
921 if (GDI_ERROR == status) {
924 if (GDI_ERROR == status) {
    [all...]
  /external/chromium_org/ui/gfx/
gdi_util.cc 142 DCHECK(rv != GDI_ERROR);
  /external/icu/icu4c/source/samples/layout/
GDIFontInstance.cpp 349 if (len != GDI_ERROR) {
376 if (result == GDI_ERROR) {
  /external/chromium_org/chrome/renderer/
chrome_render_process_observer.cc 133 if (rv == GDI_ERROR && hdc) {
  /external/chromium_org/chrome/utility/
printing_handler.cc 162 if (rv == GDI_ERROR && hdc) {
  /external/pdfium/core/src/fxge/win32/
fx_win32_device.cpp 65 if (font_size != GDI_ERROR && font_size >= sizeof(FX_DWORD)) {
86 if (font_size != GDI_ERROR && font_size >= sizeof(FX_DWORD)) {
373 if (size == GDI_ERROR) {
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_doc.cpp 234 if (size != GDI_ERROR) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wingdi.h 72 #define GDI_ERROR (__MSABI_LONG(0xFFFFFFFF))
    [all...]

Completed in 679 milliseconds