Home
last modified time | relevance | path

Searched refs:bitmapByteCount (Results 1 – 25 of 32) sorted by relevance

12

/dports/multimedia/handbrake/HandBrake-1.4.2/macosx/
H A DHBImageUtilities.m16 int bitmapByteCount;
27 bitmapByteCount = (bitmapBytesPerRow * height);
31 bitmapData = malloc(bitmapByteCount);
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/vstgui4/vstgui/lib/platform/mac/
H A Dcgbitmap.cpp340 uint32_t bitmapByteCount = bytesPerRow * static_cast<uint32_t> (size.y); in allocBits() local
341 bits = calloc (1, bitmapByteCount); in allocBits()
343 nullptr, bits, bitmapByteCount, in allocBits()
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vstgui.surge/vstgui/lib/platform/mac/
H A Dcgbitmap.cpp342 uint32_t bitmapByteCount = bytesPerRow * static_cast<uint32_t> (size.y); in f()
343 bits = calloc (1, bitmapByteCount); in f()
345 nullptr, bits, bitmapByteCount, in f()
/dports/editors/lazarus/lazarus/lcl/interfaces/carbon/
H A Dcarbonint.pas122 function GetImagePixelData(AImage: CGImageRef; out bitmapByteCount: PtrUInt): Pointer; in GetImagePixelData()
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/carbon/
H A Dcarbonint.pas122 function GetImagePixelData(AImage: CGImageRef; out bitmapByteCount: PtrUInt): Pointer; in GetImagePixelData()
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/carbon/
H A Dcarbonint.pas122 function GetImagePixelData(AImage: CGImageRef; out bitmapByteCount: PtrUInt): Pointer; in GetImagePixelData()
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/carbon/
H A Dcarbonint.pas122 function GetImagePixelData(AImage: CGImageRef; out bitmapByteCount: PtrUInt): Pointer; in GetImagePixelData()
/dports/graphics/libprojectm/projectm-3.1.12/src/museum/projectM-iTunes-VizKit/source/mac/
H A DCocoaStringTexture.m349 int bitmapByteCount;
356 bitmapByteCount = (bitmapBytesPerRow * inHeight);
362 bitmapData = malloc( bitmapByteCount );
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/graphics/
H A DImage.java199 long bitmapByteCount = bitmapBytesPerRow * height; in init() local
200 long alphaBitmapData = C.malloc(bitmapByteCount); in init()
206 byte[] alphaData = new byte[(int)bitmapByteCount]; in init()
207 C.memmove(alphaData, alphaBitmapData, bitmapByteCount); in init()
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Plugins/MacOS/
H A Dcg_renderer.cpp394 int bitmapByteCount = (bitmapBytesPerRow * pixelsHigh); in MyCreateBitmapContext() local
396 void *bitmapData = malloc( bitmapByteCount ); in MyCreateBitmapContext()
/dports/graphics/cfdg/cfdg-3.3_1/src-scintilla/cocoa/
H A DPlatCocoa.mm417 const int bitmapByteCount = (bitmapBytesPerRow * height);
425 bitmapData.reset(new uint8_t[bitmapByteCount]);
500 const int bitmapByteCount = bitmapBytesPerRow * bitmapHeight;
504 CFDataRef dataRef = CFDataCreate(kCFAllocatorDefault, bitmapData.get(), bitmapByteCount);
910 const int bitmapByteCount = bitmapBytesPerRow * height;
915 unsigned char *pixelsUpsideDown = new unsigned char[bitmapByteCount];
925 NULL, pixelsUpsideDown, bitmapByteCount, ProviderReleaseData);
928 NULL, pixelsImage, bitmapByteCount, NULL);
/dports/x11-toolkits/scintilla/scintilla/cocoa/
H A DPlatCocoa.mm417 const int bitmapByteCount = (bitmapBytesPerRow * height);
425 bitmapData.reset(new uint8_t[bitmapByteCount]);
500 const int bitmapByteCount = bitmapBytesPerRow * bitmapHeight;
504 CFDataRef dataRef = CFDataCreate(kCFAllocatorDefault, bitmapData.get(), bitmapByteCount);
910 const int bitmapByteCount = bitmapBytesPerRow * height;
915 unsigned char *pixelsUpsideDown = new unsigned char[bitmapByteCount];
925 NULL, pixelsUpsideDown, bitmapByteCount, ProviderReleaseData);
928 NULL, pixelsImage, bitmapByteCount, NULL);
/dports/editors/textadept/scintilla/cocoa/
H A DPlatCocoa.mm416 const int bitmapByteCount = (bitmapBytesPerRow * height);
424 bitmapData.reset(new uint8_t[bitmapByteCount]);
499 const int bitmapByteCount = bitmapBytesPerRow * bitmapHeight;
503 CFDataRef dataRef = CFDataCreate(kCFAllocatorDefault, bitmapData.get(), bitmapByteCount);
909 const int bitmapByteCount = bitmapBytesPerRow * height;
914 unsigned char *pixelsUpsideDown = new unsigned char[bitmapByteCount];
924 NULL, pixelsUpsideDown, bitmapByteCount, ProviderReleaseData);
927 NULL, pixelsImage, bitmapByteCount, NULL);
/dports/editors/scite/scintilla/cocoa/
H A DPlatCocoa.mm417 const int bitmapByteCount = (bitmapBytesPerRow * height);
425 bitmapData.reset(new uint8_t[bitmapByteCount]);
500 const int bitmapByteCount = bitmapBytesPerRow * bitmapHeight;
504 CFDataRef dataRef = CFDataCreate(kCFAllocatorDefault, bitmapData.get(), bitmapByteCount);
910 const int bitmapByteCount = bitmapBytesPerRow * height;
915 unsigned char *pixelsUpsideDown = new unsigned char[bitmapByteCount];
925 NULL, pixelsUpsideDown, bitmapByteCount, ProviderReleaseData);
928 NULL, pixelsImage, bitmapByteCount, NULL);
/dports/graphics/fpc-graph/fpc-3.2.2/packages/graph/src/macosx/
H A Dgraph.pp249 bitmapByteCount : SInt32;
255 bitmapByteCount := (bitmapBytesPerRow * pixelsHigh);
258 bitmapData := getmem ( bitmapByteCount );// 3
/dports/lang/fpc-source/fpc-3.2.2/packages/graph/src/macosx/
H A Dgraph.pp249 bitmapByteCount : SInt32;
255 bitmapByteCount := (bitmapBytesPerRow * pixelsHigh);
258 bitmapData := getmem ( bitmapByteCount );// 3
/dports/editors/lazarus/lazarus/lcl/interfaces/cocoa/
H A Dcocoalclintf.inc612 function TCocoaWidgetSet.GetImagePixelData(AImage: CGImageRef; out bitmapByteCount: PtrUInt): Point…
633 bitmapByteCount := (bitmapBytesPerRow * pixelsHigh);
642 bitmapData := System.GetMem( bitmapByteCount );
H A Dcocoaint.pas225 function GetImagePixelData(AImage: CGImageRef; out bitmapByteCount: PtrUInt): Pointer;
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/cocoa/
H A Dcocoalclintf.inc605 function TCocoaWidgetSet.GetImagePixelData(AImage: CGImageRef; out bitmapByteCount: PtrUInt): Point…
626 bitmapByteCount := (bitmapBytesPerRow * pixelsHigh);
635 bitmapData := System.GetMem( bitmapByteCount );
H A Dcocoaint.pas232 function GetImagePixelData(AImage: CGImageRef; out bitmapByteCount: PtrUInt): Pointer;
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/cocoa/
H A Dcocoalclintf.inc612 function TCocoaWidgetSet.GetImagePixelData(AImage: CGImageRef; out bitmapByteCount: PtrUInt): Point…
633 bitmapByteCount := (bitmapBytesPerRow * pixelsHigh);
642 bitmapData := System.GetMem( bitmapByteCount );
H A Dcocoaint.pas225 function GetImagePixelData(AImage: CGImageRef; out bitmapByteCount: PtrUInt): Pointer;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/cocoa/
H A Dcocoalclintf.inc605 function TCocoaWidgetSet.GetImagePixelData(AImage: CGImageRef; out bitmapByteCount: PtrUInt): Point…
626 bitmapByteCount := (bitmapBytesPerRow * pixelsHigh);
635 bitmapData := System.GetMem( bitmapByteCount );
H A Dcocoaint.pas232 function GetImagePixelData(AImage: CGImageRef; out bitmapByteCount: PtrUInt): Pointer;
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Plugins/Cocoa/
H A Daqua_renderer.mm281 int bitmapByteCount = (bitmapBytesPerRow * pixelsHigh);
283 void *bitmapData = malloc( bitmapByteCount );

12