HomeSort by relevance Sort by last modified time
    Searched defs:infoPtr (Results 1 - 4 of 4) sorted by null

  /external/deqp/framework/common/
tcuImageIO.cpp 168 png_infop infoPtr = png_create_info_struct(pngPtr);
169 if (!infoPtr)
172 TCU_CHECK(infoPtr);
177 png_destroy_write_struct(&pngPtr, &infoPtr);
188 png_set_IHDR(pngPtr, infoPtr, src.getWidth(), src.getHeight(), 8,
191 png_write_info(pngPtr, infoPtr);
200 png_destroy_write_struct(&pngPtr, &infoPtr);
  /frameworks/base/tools/aapt2/
Png.cpp 103 static bool readPng(png_structp readPtr, png_infop infoPtr, PngInfo* outInfo,
111 png_read_info(readPtr, infoPtr);
114 png_get_IHDR(readPtr, infoPtr, &outInfo->width, &outInfo->height, &bitDepth, &colorType,
125 if (png_get_valid(readPtr, infoPtr, PNG_INFO_tRNS)) {
142 png_read_update_info(readPtr, infoPtr);
144 const uint32_t rowBytes = png_get_rowbytes(readPtr, infoPtr);
151 png_read_end(readPtr, infoPtr);
414 static bool writePng(png_structp writePtr, png_infop infoPtr, PngInfo* info,
488 png_set_IHDR(writePtr, infoPtr, info->width, info->height, 8, colorType,
492 png_set_PLTE(writePtr, infoPtr, rgbPalette, paletteEntries)
    [all...]
  /sdk/find_lock/
find_lock.cpp 476 SYSTEM_PROCESS_INFORMATION *infoPtr =
479 if (infoPtr != NULL) {
483 SystemProcessInformation, infoPtr, infoSize, &needed) != 0) {
491 VirtualFree(infoPtr, 0, MEM_RELEASE);
493 infoPtr = (SYSTEM_PROCESS_INFORMATION *) VirtualAlloc(
498 SystemProcessInformation, infoPtr, infoSize, NULL) != 0) {
505 if (infoPtr == NULL) {
512 VirtualFree(infoPtr, 0, MEM_RELEASE);
513 infoPtr = NULL;
515 return infoPtr;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 1711 milliseconds