/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/ |
H A D | skia_bitmap.cpp | 102 bool SkiaBitmap::ExtractSubset(Bitmap& dst, const Rect& subset) const in ExtractSubset() 105 …SkIRect subRect = SkIRect::MakeLTRB(subset.GetLeft(), subset.GetTop(), subset.GetRight(), subset.G… in ExtractSubset()
|
H A D | skia_bitmap.h | 46 bool ExtractSubset(Bitmap& dst, const Rect& subset) const override;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/build/harfbuzz/ |
H A D | BUILD.gn | 113 "$skia_root/third_party/externals/harfbuzz/src/hb-subset-cff-common.cc", 114 "$skia_root/third_party/externals/harfbuzz/src/hb-subset-cff1.cc", 115 "$skia_root/third_party/externals/harfbuzz/src/hb-subset-cff2.cc", 116 "$skia_root/third_party/externals/harfbuzz/src/hb-subset-input.cc", 117 "$skia_root/third_party/externals/harfbuzz/src/hb-subset-plan.cc", 118 "$skia_root/third_party/externals/harfbuzz/src/hb-subset.cc",
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/image/ |
H A D | bitmap.cpp | 80 bool Bitmap::ExtractSubset(Bitmap& dst, const Rect& subset) const in ExtractSubset() 82 return bmpImplPtr->ExtractSubset(dst, subset); in ExtractSubset()
|
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/rosen/ |
H A D | testing_bitmap.h | 67 bool ExtractSubset(TestingBitmap& dst, const TestingRect& subset) const in ExtractSubset() argument
|
/ohos5.0/foundation/arkui/ui_lite/tools/qt/simulator/third_party/harfbuzz/ |
H A D | harfbuzz.pro | 69 $${HARFBUZZ_SOURCE_PATH}/src/hb-subset-cff2.cc \ 70 $${HARFBUZZ_SOURCE_PATH}/src/hb-subset-cff-common.cc \
|
/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/core/ |
H A D | compatible_check.cpp | 127 bool IsSubsetMime(const std::string& subset, const std::string& universe) in IsSubsetMime() argument 129 size_t devLinePosInMeta = subset.find_first_of('/'); in IsSubsetMime() 146 …if (!StringEqIgnoreCase(subset.substr(0, devLinePosInMeta), universe.substr(0, devLinePosInCap))) { in IsSubsetMime() 154 …if (!StringEqIgnoreCase(universe.substr(devLinePosInCap + 1), subset.substr(devLinePosInMeta + 1))… in IsSubsetMime()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/image/bitmap_fuzzer/ |
H A D | bitmap_fuzzer.cpp | 76 Rect subset { in BitmapFuzzTest002() local 82 bitmap.ExtractSubset(dst, subset); in BitmapFuzzTest002()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/image/ |
H A D | bitmap.h | 56 bool ExtractSubset(Bitmap& dst, const Rect& subset) const;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/ |
H A D | bitmap_impl.h | 45 virtual bool ExtractSubset(Bitmap& dst, const Rect& subset) const = 0;
|
/ohos5.0/docs/en/application-dev/file-management/ |
H A D | app-file-overview.md | 7 …(app-sandbox-directory.md). That is, the application file directory is a subset of the application…
|
H A D | core-file-kit-intro.md | 77 …cker or file manager application as required. <!--RP1-->File picker is a subset of file manager. F…
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/ |
H A D | skia_bitmap_test.cpp | 146 Rect subset = Rect(0, 0, 50, 50); // 50: right, bottom variable 148 ASSERT_TRUE(!skiaBitmap.ExtractSubset(left, subset));
|
/ohos5.0/docs/en/application-dev/reference/ |
H A D | syscap.md | 16 …plication capabilities. If the SysCap set required by application A is a subset of the SysCap set … 77 …"removedSysCaps": [] // When the required SysCap set is a capability subset of a device, the a…
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/bitmap/ |
H A D | bitmap_test.cpp | 682 Rect subset = Rect(0, 0, 50, 50); // 50: right, bottom variable 684 ASSERT_TRUE(!bitmap.ExtractSubset(left, subset));
|
/ohos5.0/docs/en/application-dev/napi/ |
H A D | ndk-development-overview.md | 3 …s a toolset that allows you to use C and C++ code with OpenHarmony. As a subset of OpenHarmony SDK…
|
/ohos5.0/docs/en/application-dev/security/DeviceCertificateKit/ |
H A D | certManager-guidelines.md | 21 …s-overview.md). The algorithms supported by certificate management are a subset of HUKS. Currently…
|
/ohos5.0/docs/en/device-dev/subsystems/ |
H A D | subsys-graphics-overview.md | 9 …s named ArkUI web-like development paradigm lite. Its capabilities are a subset of the ArkUI web-l…
|
H A D | subsys-dfx-hitracechain.md | 91 | HITRACE_FLAG_D2D_TP_INFO | 1 << 6 | Device-to-device trace point flag. It is a subset of **…
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-basic-svg.md | 3 … two-dimensional graphics and images. The **Image** component supports a subset of the SVG 1.1 spe…
|
/ohos5.0/docs/en/application-dev/faqs/ |
H A D | faqs-arkts-module.md | 171 The ArkTS coding specification is a subset of the ECMAScript specification. When a symbol that has …
|
/ohos5.0/docs/en/application-dev/security/UniversalKeystoreKit/ |
H A D | huks-identity-authentication-overview.md | 22 …r identity authentication can be enforced to ensure secure key access. A subset of credentials (su…
|
/ohos5.0/docs/en/application-dev/reference/apis-performance-analysis-kit/ |
H A D | js-apis-hitracechain.md | 30 | D2D_TP_INFO | 1 << 6 | Device-to-device trace point flag. It is a subset of **TP_INFO**. If…
|
/ohos5.0/foundation/filemanagement/file_api/ |
H A D | README.md | 104 …171020"><a name="p49237171020"></a><a name="p49237171020"></a>Provides a subset or a combination o…
|
/ohos5.0/foundation/distributeddatamgr/distributedfile/ |
H A D | README.md | 104 …171020"><a name="p49237171020"></a><a name="p49237171020"></a>Provides a subset or a combination o…
|