| /third_party/skia/third_party/externals/dawn/src/dawn_node/binding/ |
| H A D | GPU.cpp | 138 wgpu::AdapterProperties props; in requestAdapter() local
|
| /third_party/skia/third_party/externals/harfbuzz/util/ |
| H A D | shape-options.hh | 65 hb_segment_properties_t props; in copy_buffer_properties() local
|
| /third_party/skia/tools/gpu/ |
| H A D | BackendSurfaceFactory.cpp | 18 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 D | bind_test.cc | 29 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 D | lcdblendmodes.cpp | 75 SkSurfaceProps props = SkSurfaceProps(0, kRGB_H_SkPixelGeometry); variable
|
| /third_party/skia/modules/skottie/src/text/ |
| H A D | TextAnimator.cpp | 115 TextAnimator::ResolvedProps TextAnimator::modulateProps(const ResolvedProps& props, in modulateProps() argument
|
| /third_party/icu/tools/unicode/c/genprops/ |
| H A D | genprops.cpp | 153 const UniProps *props=ppucd.getProps(newValues, errorCode); in main() local
|
| /third_party/lzma/CPP/7zip/Compress/ |
| H A D | PpmdEncoder.cpp | 58 CEncProps props;
in SetCoderProperties() local 133 Byte props[kPropSize];
in WriteCoderProperties() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/zink/ |
| H A D | zink_blit.c | 118 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 D | test_null.c | 290 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 D | test_instance_data.c | 193 napi_property_descriptor props[] = { in Init() local
|
| /third_party/libdrm/tests/modeprint/ |
| H A D | modeprint.c | 82 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 D | proptest.c | 165 drmModeObjectPropertiesPtr props; in listObjectProperties() local
|
| /third_party/node/deps/openssl/openssl/crypto/ffc/ |
| H A D | ffc_params.c | 128 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 D | provider_child.c | 192 static int provider_global_props_cb(const char *props, void *cbdata) in provider_global_props_cb() argument
|
| /third_party/openssl/crypto/ |
| H A D | provider_child.c | 192 static int provider_global_props_cb(const char *props, void *cbdata) in provider_global_props_cb() argument
|
| /third_party/openssl/crypto/ffc/ |
| H A D | ffc_params.c | 128 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 D | CoreWindowNativeWindow.cpp | 24 ComPtr<IPropertySet> props = propertySet; in initialize() local
|
| H A D | InspectableNativeWindow.cpp | 69 ComPtr<IInspectable> props = window; in IsEGLConfiguredPropertySet() local
|
| /third_party/skia/src/gpu/ |
| H A D | GrRecordingContextPriv.cpp | 26 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 D | GrProcessorSet.cpp | 154 GrXPFactory::AnalysisProperties props = GrXPFactory::GetAnalysisProperties( in finalize() local
|
| /third_party/skia/src/image/ |
| H A D | SkSurface_Raster.cpp | 61 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 D | hb-ot-shape.hh | 63 hb_segment_properties_t props; member 151 hb_segment_properties_t props; member
|
| H A D | hb-shape-plan.cc | 59 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 D | SkSurface.h | 889 const SkSurfaceProps& props() const { return fProps; } in props() function in SkSurface
|