Home
last modified time | relevance | path

Searched defs:info (Results 2551 - 2575 of 3245) sorted by relevance

1...<<101102103104105106107108109110>>...130

/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidate_extensions.cpp362 auto info in ValidateArgInfo() local
[all...]
/third_party/skia/src/core/
H A DSkPictureRecord.cpp828 sk_sp<SkSurface> SkPictureRecord::onNewSurface(const SkImageInfo& info, const SkSurfaceProps&) { in onNewSurface() argument
H A DSkBitmapDevice.cpp201 static bool valid_for_bitmap_device(const SkImageInfo& info, in valid_for_bitmap_device() argument
226 SkBitmapDevice* SkBitmapDevice::Create(const SkImageInfo& info) { in Create() argument
259 const SkImageInfo info = origInfo.makeAlphaType(newAT); Create() local
309 SkImageInfo info = cinfo.fInfo; onCreateDevice() local
328 const SkImageInfo info = fBitmap.info(); onPeekPixels() local
627 makeSurface(const SkImageInfo& info, const SkSurfaceProps& props) makeSurface() argument
[all...]
H A DSkScalerContext.cpp510 const SkImageInfo info = SkImageInfo::MakeA8(dstW, dstH); in generateMask() local
H A DSkDevice.cpp37 SkBaseDevice::SkBaseDevice(const SkImageInfo& info, const SkSurfaceProps& surfaceProps) in SkBaseDevice() argument
178 const SkImageInfo info = SkImageInfo::Make(1, 1, kBGRA_8888_SkColorType, kUnpremul_SkAlphaType); in drawImageLattice() local
/third_party/skia/src/gpu/ops/
H A DStrokeRectOp.cpp451 RectInfo info; in Make() local
477 RectInfo& info = fRects.push_back(infoExceptColor); in AAStrokeRectOp() local
651 const RectInfo& info = fRects[i]; onPrepareDraws() local
[all...]
H A DOpsTask.cpp861 SkString info = SkTabString(op.dumpInfo(), 1); in dump() local
/third_party/skia/src/gpu/
H A DGrGpu.cpp684 executeFlushInfo(SkSpan<GrSurfaceProxy*> proxies, SkSurface::BackendSurfaceAccess access, const GrFlushInfo& info, const GrBackendSurfaceMutableState* newState) executeFlushInfo() argument
[all...]
H A DGrDirectContext.cpp460 GrSemaphoresSubmitted GrDirectContext::flush(const GrFlushInfo& info) { in flush() argument
761 GrFlushInfo info; in update_texture_with_pixmaps() local
[all...]
/third_party/skia/src/gpu/vk/
H A DGrVkCaps.cpp824 const auto& info = this->getFormatInfo(*it); in setColorType() local
862 auto& info = this->getFormatInfo(format); in initFormatTable() local
891 auto& info = this->getFormatInfo(format); initFormatTable() local
921 auto& info = this->getFormatInfo(format); initFormatTable() local
940 auto& info = this->getFormatInfo(format); initFormatTable() local
959 auto& info = this->getFormatInfo(format); initFormatTable() local
986 auto& info = this->getFormatInfo(format); initFormatTable() local
1007 auto& info = this->getFormatInfo(format); initFormatTable() local
1027 auto& info = this->getFormatInfo(format); initFormatTable() local
1046 auto& info = this->getFormatInfo(format); initFormatTable() local
1065 auto& info = this->getFormatInfo(format); initFormatTable() local
1084 auto& info = this->getFormatInfo(format); initFormatTable() local
1106 auto& info = this->getFormatInfo(format); initFormatTable() local
1125 auto& info = this->getFormatInfo(format); initFormatTable() local
1144 auto& info = this->getFormatInfo(format); initFormatTable() local
1165 auto& info = this->getFormatInfo(format); initFormatTable() local
1184 auto& info = this->getFormatInfo(format); initFormatTable() local
1203 auto& info = this->getFormatInfo(format); initFormatTable() local
1222 auto& info = this->getFormatInfo(format); initFormatTable() local
1243 auto& info = this->getFormatInfo(format); initFormatTable() local
1264 auto& info = this->getFormatInfo(format); initFormatTable() local
1273 auto& info = this->getFormatInfo(format); initFormatTable() local
1282 auto& info = this->getFormatInfo(format); initFormatTable() local
1291 auto& info = this->getFormatInfo(format); initFormatTable() local
1300 auto& info = this->getFormatInfo(format); initFormatTable() local
1309 auto& info = this->getFormatInfo(format); initFormatTable() local
1468 const FormatInfo& info = this->getFormatInfo(format); isVkFormatTexturable() local
1481 const auto& info = this->getFormatInfo(vkFormat); isFormatAsColorTypeRenderable() local
1513 const FormatInfo& info = this->getFormatInfo(format); getRenderTargetSampleCount() local
1543 const FormatInfo& info = this->getFormatInfo(format); maxRenderTargetSampleCount() local
1580 const auto& info = this->getFormatInfo(vkFormat); supportedWritePixelsColorType() local
1619 const auto& info = this->getFormatInfo(vkFormat); transferColorType() local
1663 const auto& info = this->getFormatInfo(vkFormat); onAreColorTypeAndFormatCompatible() local
1754 const auto& info = this->getFormatInfo(vkFormat); onGetReadSwizzle() local
1769 const auto& info = this->getFormatInfo(vkFormat); getWriteSwizzle() local
1828 const auto& info = this->getFormatInfo(vkFormat); onSupportedReadPixelsColorType() local
[all...]
/third_party/skia/src/image/
H A DSkImage_Gpu.cpp144 SkImage_Gpu(sk_sp<GrImageContext> context, uint32_t uniqueID, GrSurfaceProxyView view, SkColorInfo info) SkImage_Gpu() argument
163 SkImage_Gpu(sk_sp<GrDirectContext> dContext, GrSurfaceProxyView volatileSrc, sk_sp<GrSurfaceProxy> stableCopy, sk_sp<GrRenderTask> copyTask, int volatileSrcTargetCount, SkColorInfo info) SkImage_Gpu() argument
330 onAsyncRescaleAndReadPixels(const SkImageInfo& info, const SkIRect& srcRect, RescaleGamma rescaleGamma, RescaleMode rescaleMode, ReadPixelsCallback callback, ReadPixelsContext context) const onAsyncRescaleAndReadPixels() argument
590 SkImageInfo info = SkImageInfo::Make(dimensions, colorType, alphaType, colorSpace); MakePromiseTexture() local
654 SkImageInfo info = originalPixmap.info().makeWH(newWidth, newHeight); MakeCrossContextFromPixmap() local
[all...]
H A DSkImage.cpp45 SkImage::SkImage(const SkImageInfo& info, uint32_t uniqueID) in SkImage() argument
73 void SkImage::asyncRescaleAndReadPixels(const SkImageInfo& info, in asyncRescaleAndReadPixels() argument
251 SkImage_Base::SkImage_Base(const SkImageInfo& info, uint32_t uniqueID) in SkImage_Base() argument
260 void SkImage_Base::onAsyncRescaleAndReadPixels(const SkImageInfo& info, in onAsyncRescaleAndReadPixels() argument
487 SkImageInfo info = fInfo.makeColorType(kN32_SkColorType).makeColorSpace(nullptr); onAsLegacyBitmap() local
684 SkMipmapBuilder(const SkImageInfo& info) SkMipmapBuilder() argument
[all...]
/third_party/skia/samplecode/
H A DSampleQuadStroker.cpp277 SkImageInfo info = SkImageInfo::MakeN32Premul(width, height); in setWHZ() local
/third_party/skia/src/codec/
H A DSkJpegCodec.cpp245 SkEncodedInfo info = SkEncodedInfo::Make(dinfo->image_width, dinfo->image_height, in ReadHeader() local
277 SkJpegCodec::SkJpegCodec(SkEncodedInfo&& info, std::unique_ptr<SkStream> stream, in SkJpegCodec() argument
896 SkYUVAPixmapInfo info; in onGetYUVAPlanes() local
[all...]
H A DSkPngCodec.cpp458 static skcms_PixelFormat png_select_xform_format(const SkEncodedInfo& info) { in png_select_xform_format() argument
498 SkPngNormalDecoder(SkEncodedInfo&& info, std::unique_ptr<SkStream> stream, in SkPngNormalDecoder() argument
614 SkPngInterlacedDecoder(SkEncodedInfo&& info, std::unique_ptr<SkStream> stream, in SkPngInterlacedDecoder() argument
/third_party/skia/src/effects/imagefilters/
H A DSkMorphologyImageFilter.cpp693 SkImageInfo info = SkImageInfo::Make(bounds.size(), inputBM.colorType(), inputBM.alphaType()); in onFilterImage() local
/third_party/skia/src/c/
H A Dsk_surface.cpp145 const SkImageInfo* info = reinterpret_cast<const SkImageInfo*>(cinfo); in sk_image_new_raster_copy() local
372 const SkImageInfo* info = reinterpret_cast<const SkImageInfo*>(cinfo); in sk_surface_new_raster() local
385 const SkImageInfo* info = reinterpret_cast<const SkImageInfo*>(cinfo); in sk_surface_new_raster_direct() local
/third_party/openssl/crypto/x509/
H A Dv3_utl.c464 AUTHORITY_INFO_ACCESS *info; in STACK_OF() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate_extensions.cpp362 auto info in ValidateArgInfo() local
[all...]
/third_party/skia/third_party/externals/imgui/misc/freetype/
H A Dimgui_freetype.cpp647 GlyphInfo& info = src_glyph.Info; in ImFontAtlasBuildWithFreeTypeEx() local
[all...]
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Dtransupp.c1450 trim_right_edge(jpeg_transform_info *info, JDIMENSION full_width) trim_right_edge() argument
1461 trim_bottom_edge(jpeg_transform_info *info, JDIMENSION full_height) trim_bottom_edge() argument
2037 jtransform_adjust_parameters(j_decompress_ptr srcinfo, j_compress_ptr dstinfo, jvirt_barray_ptr *src_coef_arrays, jpeg_transform_info *info) jtransform_adjust_parameters() argument
2156 jtransform_execute_transform(j_decompress_ptr srcinfo, j_compress_ptr dstinfo, jvirt_barray_ptr *src_coef_arrays, jpeg_transform_info *info) jtransform_execute_transform() argument
[all...]
/third_party/skia/third_party/externals/libwebp/examples/
H A Dcwebp.c1178 } *iter, info[] = {{&metadata.exif, METADATA_EXIF}, in main() local
H A Dwebpmux.c382 static void WarnAboutOddOffset(const WebPMuxFrameInfo* const info) { in WarnAboutOddOffset() argument
474 static int ParseFrameArgs(const char* args, WebPMuxFrameInfo* const info) { in ParseFrameArgs() argument
875 WebPMuxFrameInfo info; GetFrame() local
[all...]
/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dframe_enc.c504 uint8_t* const info = &pic->extra_info[it->x_ + it->y_ * enc->mb_w_]; in StoreSideInfo() local
586 VP8ModeScore info; in OneStatPass() local
748 VP8ModeScore info; VP8EncLoop() local
816 VP8ModeScore info; VP8EncTokenLoop() local
[all...]
/third_party/skia/third_party/externals/icu/source/io/
H A Duprntf_p.cpp95 ufmt_type_info info; member
124 u_printf_set_sign(UNumberFormat *format, const u_printf_spec_info *info, UChar *prefixBuffer, int32_t *prefixBufLen, UErrorCode *status) u_printf_set_sign() argument
163 u_printf_reset_sign(UNumberFormat *format, const u_printf_spec_info *info, UChar *prefixBuffer, int32_t *prefixBufLen, UErrorCode *status) u_printf_reset_sign() argument
181 u_printf_simple_percent_handler(const u_printf_stream_handler *handler, void *context, ULocaleBundle *formatBundle, const u_printf_spec_info *info, const ufmt_args *args) u_printf_simple_percent_handler() argument
198 u_printf_string_handler(const u_printf_stream_handler *handler, void *context, ULocaleBundle *formatBundle, const u_printf_spec_info *info, const ufmt_args *args) u_printf_string_handler() argument
249 u_printf_char_handler(const u_printf_stream_handler *handler, void *context, ULocaleBundle *formatBundle, const u_printf_spec_info *info, const ufmt_args *args) u_printf_char_handler() argument
278 u_printf_double_handler(const u_printf_stream_handler *handler, void *context, ULocaleBundle *formatBundle, const u_printf_spec_info *info, const ufmt_args *args) u_printf_double_handler() argument
354 u_printf_integer_handler(const u_printf_stream_handler *handler, void *context, ULocaleBundle *formatBundle, const u_printf_spec_info *info, const ufmt_args *args) u_printf_integer_handler() argument
420 u_printf_hex_handler(const u_printf_stream_handler *handler, void *context, ULocaleBundle *formatBundle, const u_printf_spec_info *info, const ufmt_args *args) u_printf_hex_handler() argument
456 u_printf_octal_handler(const u_printf_stream_handler *handler, void *context, ULocaleBundle *formatBundle, const u_printf_spec_info *info, const ufmt_args *args) u_printf_octal_handler() argument
491 u_printf_uinteger_handler(const u_printf_stream_handler *handler, void *context, ULocaleBundle *formatBundle, const u_printf_spec_info *info, const ufmt_args *args) u_printf_uinteger_handler() argument
544 u_printf_pointer_handler(const u_printf_stream_handler *handler, void *context, ULocaleBundle *formatBundle, const u_printf_spec_info *info, const ufmt_args *args) u_printf_pointer_handler() argument
561 u_printf_scientific_handler(const u_printf_stream_handler *handler, void *context, ULocaleBundle *formatBundle, const u_printf_spec_info *info, const ufmt_args *args) u_printf_scientific_handler() argument
681 u_printf_percent_handler(const u_printf_stream_handler *handler, void *context, ULocaleBundle *formatBundle, const u_printf_spec_info *info, const ufmt_args *args) u_printf_percent_handler() argument
756 u_printf_ustring_handler(const u_printf_stream_handler *handler, void *context, ULocaleBundle *formatBundle, const u_printf_spec_info *info, const ufmt_args *args) u_printf_ustring_handler() argument
785 u_printf_uchar_handler(const u_printf_stream_handler *handler, void *context, ULocaleBundle *formatBundle, const u_printf_spec_info *info, const ufmt_args *args) u_printf_uchar_handler() argument
806 u_printf_scidbl_handler(const u_printf_stream_handler *handler, void *context, ULocaleBundle *formatBundle, const u_printf_spec_info *info, const ufmt_args *args) u_printf_scidbl_handler() argument
865 u_printf_count_handler(const u_printf_stream_handler *handler, void *context, ULocaleBundle *formatBundle, const u_printf_spec_info *info, const ufmt_args *args) u_printf_count_handler() argument
884 u_printf_spellout_handler(const u_printf_stream_handler *handler, void *context, ULocaleBundle *formatBundle, const u_printf_spec_info *info, const ufmt_args *args) u_printf_spellout_handler() argument
1235 u_printf_spec_info *info = &(spec.fInfo); u_printf_parse() local
[all...]

Completed in 39 milliseconds

1...<<101102103104105106107108109110>>...130