Home
last modified time | relevance | path

Searched defs:props (Results 51 - 75 of 290) sorted by relevance

12345678910>>...12

/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
H A DGPU.cpp138 wgpu::AdapterProperties props; in requestAdapter() local
/third_party/skia/third_party/externals/harfbuzz/util/
H A Dshape-options.hh65 hb_segment_properties_t props; in copy_buffer_properties() local
/third_party/skia/tools/gpu/
H A DBackendSurfaceFactory.cpp18 MakeBackendTextureSurface(GrDirectContext* dContext, const SkImageInfo& ii, GrSurfaceOrigin origin, int sampleCnt, GrMipmapped mipMapped, GrProtected isProtected, const SkSurfaceProps* props) MakeBackendTextureSurface() argument
49 MakeBackendTextureSurface(GrDirectContext* dContext, SkISize dimensions, GrSurfaceOrigin origin, int sampleCnt, SkColorType colorType, sk_sp<SkColorSpace> colorSpace, GrMipmapped mipMapped, GrProtected isProtected, const SkSurfaceProps* props) MakeBackendTextureSurface() argument
62 MakeBackendRenderTargetSurface(GrDirectContext* dContext, const SkImageInfo& ii, GrSurfaceOrigin origin, int sampleCnt, GrProtected isProtected, const SkSurfaceProps* props) MakeBackendRenderTargetSurface() argument
95 MakeBackendRenderTargetSurface(GrDirectContext* dContext, SkISize dimensions, GrSurfaceOrigin origin, int sampleCnt, SkColorType colorType, sk_sp<SkColorSpace> colorSpace, GrProtected isProtected, const SkSurfaceProps* props) MakeBackendRenderTargetSurface() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
H A Dbind_test.cc29 bool Extract(const char *s, UnboundConversion *props, int *next) const { in Extract() argument
85 UnboundConversion props; in TEST_F() local
106 UnboundConversion props; in TEST_F() local
/third_party/skia/gm/
H A Dlcdblendmodes.cpp75 SkSurfaceProps props = SkSurfaceProps(0, kRGB_H_SkPixelGeometry); variable
/third_party/skia/modules/skottie/src/text/
H A DTextAnimator.cpp115 TextAnimator::ResolvedProps TextAnimator::modulateProps(const ResolvedProps& props, in modulateProps() argument
/third_party/icu/tools/unicode/c/genprops/
H A Dgenprops.cpp153 const UniProps *props=ppucd.getProps(newValues, errorCode); in main() local
/third_party/lzma/CPP/7zip/Compress/
H A DPpmdEncoder.cpp58 CEncProps props; in SetCoderProperties() local
133 Byte props[kPropSize]; in WriteCoderProperties() local
[all...]
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_blit.c118 VkFormatProperties props = screen->format_props[res->base.b.format]; in get_resource_features() local
/third_party/node/test/js-native-api/test_object/
H A Dtest_null.c290 napi_value return_value, props; in GetPropertyNames() local
311 napi_value return_value, props; in GetAllPropertyNames() local
/third_party/node/test/node-api/test_instance_data/
H A Dtest_instance_data.c193 napi_property_descriptor props[] = { in Init() local
/third_party/libdrm/tests/modeprint/
H A Dmodeprint.c82 static int printProperty(int fd, drmModeResPtr res, drmModePropertyPtr props, uint64_t value) in printProperty() argument
135 drmModePropertyPtr props; printConnector() local
[all...]
/third_party/libdrm/tests/proptest/
H A Dproptest.c165 drmModeObjectPropertiesPtr props; in listObjectProperties() local
/third_party/node/deps/openssl/openssl/crypto/ffc/
H A Dffc_params.c128 int ossl_ffc_set_digest(FFC_PARAMS *params, const char *alg, const char *props) in ossl_ffc_set_digest() argument
/third_party/node/deps/openssl/openssl/crypto/
H A Dprovider_child.c192 static int provider_global_props_cb(const char *props, void *cbdata) in provider_global_props_cb() argument
/third_party/openssl/crypto/
H A Dprovider_child.c192 static int provider_global_props_cb(const char *props, void *cbdata) in provider_global_props_cb() argument
/third_party/openssl/crypto/ffc/
H A Dffc_params.c128 int ossl_ffc_set_digest(FFC_PARAMS *params, const char *alg, const char *props) in ossl_ffc_set_digest() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/winrt/
H A DCoreWindowNativeWindow.cpp24 ComPtr<IPropertySet> props = propertySet; in initialize() local
H A DInspectableNativeWindow.cpp69 ComPtr<IInspectable> props = window; in IsEGLConfiguredPropertySet() local
/third_party/skia/src/gpu/
H A DGrRecordingContextPriv.cpp26 createDevice(GrColorType colorType, sk_sp<GrSurfaceProxy> proxy, sk_sp<SkColorSpace> colorSpace, GrSurfaceOrigin origin, const SkSurfaceProps& props, skgpu::BaseDevice::InitContents init) createDevice() argument
40 createDevice(SkBudgeted budgeted, const SkImageInfo& ii, SkBackingFit fit, int sampleCount, GrMipmapped mipmapped, GrProtected isProtected, GrSurfaceOrigin origin, const SkSurfaceProps& props, skgpu::BaseDevice::InitContents init) createDevice() argument
H A DGrProcessorSet.cpp154 GrXPFactory::AnalysisProperties props = GrXPFactory::GetAnalysisProperties( in finalize() local
/third_party/skia/src/image/
H A DSkSurface_Raster.cpp61 SkSurface_Raster(const SkImageInfo& info, void* pixels, size_t rb, void (*releaseProc)(void* pixels, void* context), void* context, const SkSurfaceProps* props) SkSurface_Raster() argument
70 SkSurface_Raster(const SkImageInfo& info, sk_sp<SkPixelRef> pr, const SkSurfaceProps* props) SkSurface_Raster() argument
158 MakeRasterDirectReleaseProc(const SkImageInfo& info, void* pixels, size_t rb, void (*releaseProc)(void* pixels, void* context), void* context, const SkSurfaceProps* props) MakeRasterDirectReleaseProc() argument
174 MakeRasterDirect(const SkImageInfo& info, void* pixels, size_t rowBytes, const SkSurfaceProps* props) MakeRasterDirect() argument
179 MakeRaster(const SkImageInfo& info, size_t rowBytes, const SkSurfaceProps* props) MakeRaster() argument
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-shape.hh63 hb_segment_properties_t props; member
151 hb_segment_properties_t props; member
H A Dhb-shape-plan.cc59 init(bool copy, hb_face_t *face, const hb_segment_properties_t *props, const hb_feature_t *user_features, unsigned int num_user_features, const int *coords, unsigned int num_coords, const char * const *shaper_list) init() argument
188 hb_shape_plan_create(hb_face_t *face, const hb_segment_properties_t *props, const hb_feature_t *user_features, unsigned int num_user_features, const char * const *shaper_list) hb_shape_plan_create() argument
219 hb_shape_plan_create2(hb_face_t *face, const hb_segment_properties_t *props, const hb_feature_t *user_features, unsigned int num_user_features, const int *coords, unsigned int num_coords, const char * const *shaper_list) hb_shape_plan_create2() argument
483 hb_shape_plan_create_cached(hb_face_t *face, const hb_segment_properties_t *props, const hb_feature_t *user_features, unsigned int num_user_features, const char * const *shaper_list) hb_shape_plan_create_cached() argument
515 hb_shape_plan_create_cached2(hb_face_t *face, const hb_segment_properties_t *props, const hb_feature_t *user_features, unsigned int num_user_features, const int *coords, unsigned int num_coords, const char * const *shaper_list) hb_shape_plan_create_cached2() argument
[all...]
/third_party/skia/include/core/
H A DSkSurface.h889 const SkSurfaceProps& props() const { return fProps; } in props() function in SkSurface

Completed in 14 milliseconds

12345678910>>...12