HomeSort by relevance Sort by last modified time
    Searched full:dib (Results 1 - 25 of 79) sorted by null

1 2 3 4

  /external/mesa3d/src/mesa/drivers/windows/gdi/
wmesadef.h 31 /* back buffer DIB fields */
  /external/pdfium/core/
pdfiumfxge.mk 29 src/fxge/dib/fx_dib_composite.cpp \
30 src/fxge/dib/fx_dib_convert.cpp \
31 src/fxge/dib/fx_dib_engine.cpp \
32 src/fxge/dib/fx_dib_main.cpp \
33 src/fxge/dib/fx_dib_transform.cpp \
  /external/llvm/unittests/IR/
IRBuilderTest.cpp 331 DIBuilder DIB(*M);
332 auto File = DIB.createFile("F.CBL", "/");
333 auto CU = DIB.createCompileUnit(dwarf::DW_LANG_Cobol74, "F.CBL", "/",
335 auto Type = DIB.createSubroutineType(DIB.getOrCreateTypeArray(None));
337 DIB.createFunction(CU, "foo", "", File, 1, Type, false, true, 1, 0, true);
341 DIB.createFunction(CU, "bar", "", File, 1, Type, false, true, 1, 0, true);
342 auto BadScope = DIB.createLexicalBlockFile(BarSP, File, 0);
344 DIB.finalize();
383 DIBuilder DIB(*M)
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/aput_byte/d/
T_aput_byte_5.d 26 .method public run([DIB)V
  /external/webrtc/webrtc/modules/desktop_capture/
desktop_frame_win.cc 37 // Describe a device independent bitmap (DIB) that is the size of the desktop.
  /external/opencv3/samples/python2/
turing.py 32 out = cv2.VideoWriter(args['-o'], cv2.VideoWriter_fourcc(*'DIB '), 30.0, (w, h), False)
  /external/pdfium/core/src/fxge/skia/
fx_skia_device.h 75 /** Load device buffer into a DIB */
  /external/pdfium/core/src/fxge/win32/
fx_win32_dwrite.cpp 392 CFX_DIBitmap dib; local
393 dib.Create(bitmap.bmWidth, bitmap.bmHeight,
396 dib.CompositeBitmap(text_bbox.left, text_bbox.top, text_bbox.Width(),
406 text_bbox.Height(), &dib, text_bbox.left,
  /packages/services/Telecomm/src/com/android/server/telecom/callfiltering/
AsyncBlockCheckFilter.java 61 Log.continueSession(mLogSubsession, "ABCF.dIB");
  /external/libpng/contrib/gregbook/
rpng-win.c 157 static uch *dib; variable
494 to multiple of 4 for Windows DIB).
499 if (!(dib = (uch *)malloc(sizeof(BITMAPINFOHEADER) +
506 Initialize the DIB. Negative height means to use top-down BMP ordering
512 memset(dib, 0, sizeof(BITMAPINFOHEADER));
513 bmih = (BITMAPINFOHEADER *)dib;
520 wimage_data = dib + sizeof(BITMAPINFOHEADER);
678 if (dib) {
679 free(dib);
680 dib = NULL
    [all...]
rpng2-win.c 265 static uch *dib; variable
701 to multiple of 4 for Windows DIB).
706 if (!(dib = (uch *)malloc(sizeof(BITMAPINFOHEADER) +
713 Initialize the DIB. Negative height means to use top-down BMP ordering
719 memset(dib, 0, sizeof(BITMAPINFOHEADER));
720 bmih = (BITMAPINFOHEADER *)dib;
727 wimage_data = dib + sizeof(BITMAPINFOHEADER);
    [all...]
  /frameworks/opt/vcard/java/com/android/vcard/
VCardParser_V21.java 63 "CGM", "WMF", "BMP", "MET", "PMB", "DIB", "PICT", "TIFF",
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/internal/obj/x86/
list6.go 49 "DIB",
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/x86/
list6.go 46 "DIB",
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/internal/obj/x86/
list6.go 49 "DIB",
  /prebuilts/go/linux-x86/src/cmd/internal/obj/x86/
list6.go 46 "DIB",
  /external/opencv/otherlibs/highgui/
grfmt_imageio.cpp 23 m_description = "Apple ImageIO (*.bmp;*.dib;*.exr;*.jpeg;*.jpg;*.jpe;*.jp2;*.pdf;*.png;*.tiff;*.tif)";
256 if( !strcmp(ext, ".bmp") || !strcmp(ext, ".dib") )
  /external/llvm/lib/Transforms/Instrumentation/
SafeStack.cpp 476 DIBuilder DIB(*F.getParent());
545 replaceDbgDeclare(Arg, BasePointer, BasePointer->getNextNode(), DIB,
577 replaceDbgDeclareForAlloca(AI, BasePointer, DIB, /*Deref=*/true, -StaticOffset);
600 DIBuilder DIB(*F.getParent());
636 replaceDbgDeclareForAlloca(AI, NewAI, DIB, /*Deref=*/true);
  /prebuilts/go/darwin-x86/src/cmd/internal/rsc.io/x86/x86asm/
inst.go 157 DIB
498 DIB: "DIB",
  /prebuilts/go/linux-x86/src/cmd/internal/rsc.io/x86/x86asm/
inst.go 157 DIB
498 DIB: "DIB",
  /external/pdfium/
pdfium.gyp 519 'core/src/fxge/dib/dib_int.h',
520 'core/src/fxge/dib/fx_dib_composite.cpp',
521 'core/src/fxge/dib/fx_dib_convert.cpp',
522 'core/src/fxge/dib/fx_dib_engine.cpp',
523 'core/src/fxge/dib/fx_dib_main.cpp',
524 'core/src/fxge/dib/fx_dib_transform.cpp',
    [all...]
  /external/pdfium/core/src/fxge/apple/
fx_apple_platform.cpp 16 #include "core/src/fxge/dib/dib_int.h"
  /external/llvm/lib/Transforms/Utils/
PromoteMemoryToRegister.cpp 226 DIBuilder DIB;
274 DIB(*DT.getRoot()->getParent()->getParent(), /*AllowUnresolved*/ false),
404 DIBuilder DIB(*AI->getModule(), /*AllowUnresolved*/ false);
405 ConvertDebugDeclareToDebugValue(DDI, Info.OnlyStore, DIB);
495 DIBuilder DIB(*AI->getModule(), /*AllowUnresolved*/ false);
496 ConvertDebugDeclareToDebugValue(DDI, SI, DIB);
    [all...]
  /frameworks/base/packages/SettingsLib/res/values-es-rUS/
arrays.xml 133 <item msgid="1064373276095698656">"Comandos de dib. probados en verde"</item>
  /prebuilts/go/darwin-x86/src/encoding/ascii85/
ascii85_test.go 33 "i(DIb:@FD,*)+C]U=@3BN#EcYf8ATD3s@q?d$AftVqCh[NqF<G:8+EV:.+Cf>-FD5W8ARlolDIa\n" +

Completed in 1432 milliseconds

1 2 3 4