Home
last modified time | relevance | path

Searched defs:srcRow (Results 1 – 25 of 34) sorted by relevance

12

/external/skia/src/codec/
DSkMaskSwizzler.cpp13 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask16_to_n32_opaque()
30 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask16_to_n32_unpremul()
48 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask16_to_n32_premul()
68 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask16_to_565()
85 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask24_to_n32_opaque()
102 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask24_to_n32_unpremul()
120 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask24_to_n32_premul()
138 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask24_to_565()
155 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask32_to_n32_opaque()
172 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask32_to_n32_unpremul()
[all …]
DSkPngCodec.cpp502 uint8_t* srcRow = base; in onGetPixels() local
510 uint8_t* srcRow = base; in onGetPixels() local
518 uint8_t* srcRow = storage.get(); in onGetPixels() local
672 uint8_t* srcRow; in onGetScanlines() local
DSkBmpMaskCodec.cpp77 uint8_t* srcRow = fSrcBuffer.get(); in decodeRows() local
/external/skia/src/images/
DSkImageDecoder_ktx.cpp149 const uint8_t *srcRow = reinterpret_cast<uint8_t *>(outRGBDataPtr); in onDecode() local
178 const uint8_t *srcRow = reinterpret_cast<uint8_t *>(outRGBDataPtr); in onDecode() local
197 const uint8_t *srcRow = reinterpret_cast<const uint8_t *>(ktxFile.pixelData()); in onDecode() local
227 const uint8_t *srcRow = reinterpret_cast<const uint8_t *>(ktxFile.pixelData()); in onDecode() local
DSkImageDecoder_libjpeg.cpp498 uint8_t* srcRow = srcStorage.get(); in onDecode() local
759 const void* SK_RESTRICT srcRow, int width, in Write_32_RGB()
772 const void* SK_RESTRICT srcRow, int width, in Write_4444_RGB()
785 const void* SK_RESTRICT srcRow, int width, in Write_16_RGB()
798 const void* SK_RESTRICT srcRow, int width, in Write_Index_RGB()
881 const void* srcRow = bm.getPixels(); in onEncode() local
DSkImageDecoder_pkm.cpp88 const uint8_t *srcRow = reinterpret_cast<uint8_t *>(outRGBDataPtr); in onDecode() local
DSkImageDecoder_astc.cpp163 const uint8_t *srcRow = reinterpret_cast<uint8_t *>(outRGBADataPtr); in onDecode() local
DSkImageDecoder_libbmp.cpp158 const uint8_t* srcRow = callback.rgb(); in onDecode() local
/external/skia/src/core/
DSkConfig8888.cpp263 const uint8_t* SK_RESTRICT srcRow = (const uint8_t*)srcPixels; in CopyPixels() local
268 const SkPMColor* SK_RESTRICT srcRow = (const SkPMColor*)srcPixels; in CopyPixels() local
DSkBlitMask_D32.cpp31 const uint16_t* srcRow = (const uint16_t*)mask; in D32_LCD16_Proc() local
/external/opencv3/modules/cudaimgproc/src/cuda/
Dbuild_point_list.cu71 const uchar* srcRow = src.ptr(y); in buildPointList() local
/external/mesa3d/src/mesa/main/
Dtexstore.c906 const GLubyte *srcRow = srcImage; in _mesa_swizzle_ubyte_image() local
958 const GLubyte *srcRow = srcImage; in memcpy_texture() local
1335 GLubyte *srcRow = (GLubyte *) _mesa_image_address(dims, srcPacking, in _mesa_texstore_argb8888() local
1362 const GLubyte *srcRow = (const GLubyte *) in _mesa_texstore_argb8888() local
1394 GLubyte *srcRow = (GLubyte *) _mesa_image_address(dims, srcPacking, in _mesa_texstore_argb8888() local
1487 GLubyte *srcRow = (GLubyte *) _mesa_image_address(dims, srcPacking, in _mesa_texstore_rgb888() local
1560 GLubyte *srcRow = (GLubyte *) _mesa_image_address(dims, srcPacking, in _mesa_texstore_bgr888() local
2675 const GLfloat *srcRow = tempImage; in _mesa_texstore_signed_rgbx8888() local
2734 const GLfloat *srcRow = tempImage; in _mesa_texstore_signed_rgba8888() local
3061 const GLfloat *srcRow = tempImage; in _mesa_texstore_rgba_float32() local
[all …]
/external/opencv3/modules/imgproc/src/
Dfilterengine.hpp265 std::vector<uchar> srcRow; member in cv::FilterEngine
Dclahe.cpp287 const T* srcRow = src_.ptr<T>(y); in operator ()() local
/external/dng_sdk/source/
Ddng_resample.cpp735 int32 srcRow = (rowCoord >> kResampleSubsampleBits) + offsetV; in ProcessArea() local
789 int32 srcRow = (rowCoord >> kResampleSubsampleBits) + offsetV; in ProcessArea() local
Ddng_mosaic_info.cpp1052 int32 srcRow = dstRow >> sRowShift; in Interpolate() local
1224 int32 srcRow = srcArea.t; in ProcessArea() local
1567 for (int32 srcRow = 0; srcRow < test.v; srcRow++) in IsSafeDownScale() local
Ddng_render.cpp1004 for (int32 srcRow = srcArea.t; srcRow < srcArea.b; srcRow++) in ProcessArea() local
/external/mesa3d/src/mesa/swrast/
Ds_blit.c281 GLint srcRow = (dstRow * srcHeight) / dstHeight; in blit_nearest() local
609 const GLfloat srcRow = (dstRow * srcHeight) / dstHeightF; in blit_linear() local
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/rbbi/
DBuildDictionaryFile.java578 int[] srcRow = (int[])tempTable.elementAt(j); in stackRows() local
/external/deqp/external/vulkancts/modules/vulkan/query_pool/
DvktQueryPoolImageObjectUtil.cpp63 const char *srcRow = reinterpret_cast<const char *>(srcBuffer); in pack() local
115 const char *srcRow = reinterpret_cast<const char *>(srcBuffer); in unpack() local
/external/skia/src/gpu/vk/
DGrVkGpu.cpp366 const char* srcRow = reinterpret_cast<const char*>(data); in uploadTexData() local
391 const char* srcRow = reinterpret_cast<const char*>(data); in uploadTexData() local
/external/skia/src/effects/
DSkMatrixConvolutionImageFilter.cpp258 const uint32_t* srcRow = src.getAddr32(0, y); in unpremultiplyBitmap() local
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawImageObjectUtil.cpp63 const deUint8* srcRow = reinterpret_cast<const deUint8*>(srcBuffer); in pack() local
115 const deUint8* srcRow = reinterpret_cast<const deUint8*>(srcBuffer); in unpack() local
/external/opencv3/modules/superres/src/
Dbtv_l1.cpp235 const T * const srcRow = src.ptr<T>(y); in upscaleImpl() local
379 const T * const srcRow = src.ptr<T>(i); in operator ()() local
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateImageObjectUtil.cpp63 const char *srcRow = reinterpret_cast<const char *>(srcBuffer); in pack() local
115 const char *srcRow = reinterpret_cast<const char *>(srcBuffer); in unpack() local

12