HomeSort by relevance Sort by last modified time
    Searched full:imageinfo (Results 51 - 75 of 107) sorted by null

1 23 4 5

  /system/update_engine/
update_metadata.proto 136 message ImageInfo {
266 optional ImageInfo old_image_info = 10;
268 optional ImageInfo new_image_info = 11;
  /external/skia/include/core/
SkSurface.h 265 * the ImageInfo and rowBytes. The returned address is only valid while
279 * The specified ImageInfo and (srcX,srcY) offset specifies a source rectangle
SkBitmapDevice.h 61 SkImageInfo imageInfo() const override;
SkCanvas.h 62 * Attempt to allocate raster canvas, matching the ImageInfo, that will draw directly into the
67 * 1. invalid ImageInfo (e.g. negative dimensions)
68 * 2. unsupported ImageInfo for a canvas
73 * Note: it is valid to request a supported ImageInfo, but with zero
119 * Return ImageInfo for this canvas. If the canvas is not backed by pixels
122 SkImageInfo imageInfo() const;
202 * return the ImageInfo, rowBytes and origin. The returned address is only valid
215 * return the ImageInfo and rowBytes. The returned address is only valid
230 * The specified ImageInfo and (srcX,srcY) offset specifies a source rectangle
266 * The specified ImageInfo and (x,y) offset specifies a rectangle: target
    [all...]
SkBitmap.h 239 * is non-null, call it to allcoate the pixelref. If the ImageInfo requires
358 pixel memory. It will be sized based on the current ImageInfo.
379 pixel memory. It will be sized based on the current ImageInfo.
387 manage the pixel memory for the current ImageInfo.
616 * The specified ImageInfo and (srcX,srcY) offset specifies a source rectangle
    [all...]
SkImage.h 171 * the ImageInfo and rowBytes. The returned address is only valid while
232 * The specified ImageInfo and (srcX,srcY) offset specifies a source rectangle
SkPixelRef.h 401 * Allocate a new pixelref matching the specified ImageInfo, allocating
402 * the memory for the pixels. If the ImageInfo requires a ColorTable,
SkImageInfo.h 240 * Return a new ImageInfo with the same colortype and alphatype as this info,
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesTestsUtil.cpp 703 deUint32 getImageMaxMipLevels (const VkImageFormatProperties& imageFormatProperties, const VkImageCreateInfo &imageInfo)
705 const deUint32 widestEdge = std::max(std::max(imageInfo.extent.width, imageInfo.extent.height), imageInfo.extent.depth);
  /external/skia/bench/
SKPBench.cpp 69 SkImageInfo ii = canvas->imageInfo().makeWH(tileW, tileH);
  /external/skia/example/
SkiaSDLExample.cpp 228 SkAutoTUnref<SkSurface> cpuSurface(SkSurface::NewRaster(canvas->imageInfo()));
  /external/skia/gm/
xfermodes3.cpp 128 SkImageInfo baseInfo = baseCanvas->imageInfo();
  /external/skia/src/codec/
SkBmpCodec.cpp 494 const SkImageInfo& imageInfo = SkImageInfo::Make(width, height,
502 *codecOut = new SkBmpStandardCodec(imageInfo, stream, bitsPerPixel, numColors,
512 *codecOut = new SkBmpMaskCodec(imageInfo, stream, bitsPerPixel, masks.detach(),
521 *codecOut = new SkBmpRLECodec(imageInfo, stream, bitsPerPixel, numColors,
  /external/skia/src/core/
SkLinearBitmapPipeline.cpp 602 const SkImageInfo& imageInfo = srcPixmap.info();
603 switch (imageInfo.colorType()) {
606 if (kN32_SkColorType == imageInfo.colorType()) {
607 if (imageInfo.profileType() == kSRGB_SkColorProfileType) {
  /external/skia/src/image/
SkSurface_Gpu.cpp 99 const SkImageInfo info = fDevice->imageInfo();
  /external/valgrind/coregrind/
fixup_macho_loadcmds.c 180 ImageInfo;
217 static void unmap_image ( /*MOD*/ImageInfo* ii )
236 static Int map_image_aboard ( /*OUT*/ImageInfo* ii, HChar* filename )
378 ImageInfo ii;
  /external/vboot_reference/utility/
bmpblk_utility.cc 277 // ImageInfo struct to remember where to draw the text.
514 /* Compute the ImageInfo offsets from start of BMPBLOCK. */
529 current_offset += sizeof(ImageInfo) +
582 /* Fill all ImageInfo structs and image contents. */
  /external/wpa_supplicant_8/hs20/server/ca/
openssl.cnf 143 imageInfo=SEQUENCE:LogotypeImageInfo
  /frameworks/wilhelm/src/itf/
IStreamInformation.c 128 *(XAImageStreamInformation *)info = streamInfo.imageInfo;
  /frameworks/base/tools/aapt2/compile/
Png.cpp 230 static void analyze_image(IDiagnostics* diag, const PngInfo& imageInfo, int grayscaleTolerance,
234 int w = imageInfo.width;
235 int h = imageInfo.height;
252 //dump_image(w, h, imageInfo.rows.data(), PNG_COLOR_TYPE_RGB_ALPHA);
256 const png_byte* row = imageInfo.rows[j];
391 const png_byte* row = imageInfo.rows[j];
    [all...]
  /external/skia/tools/kilobench/
kilobench.cpp 220 bmp->setInfo(canvas->imageInfo());
241 kUnknown_SkColorType == target->getCanvas()->imageInfo().colorType()) {
  /art/runtime/
oat_file_assistant.cc 528 const ImageInfo* image_info = GetImageInfo();
582 const ImageInfo* image_info = GetImageInfo();
638 const ImageInfo* image_info = GetImageInfo();
    [all...]
oat_file_assistant.h 296 struct ImageInfo {
366 const ImageInfo* GetImageInfo();
440 ImageInfo cached_image_info_;
  /external/skia/samplecode/
SampleLayers.cpp 46 SkImageInfo info = iter.device()->imageInfo();
  /external/vboot_reference/firmware/lib/
vboot_display.c 56 ImageInfo *VbFindFontGlyph(VbFont_t *font, uint32_t ascii,
101 ImageInfo *image_info = 0;
220 ImageInfo image_info;

Completed in 913 milliseconds

1 23 4 5