/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
H A D | arkTheme.js | 281 weight: ArkTypographyWeights.light, property in ArkSystemTypography.constructor.displayLarge 285 weight: ArkTypographyWeights.light, property in ArkSystemTypography.constructor.displayMiddle 289 weight: ArkTypographyWeights.light, property in ArkSystemTypography.constructor.displaySmall 293 weight: ArkTypographyWeights.bold, property in ArkSystemTypography.constructor.titleLarge 297 weight: ArkTypographyWeights.bold, property in ArkSystemTypography.constructor.titleMiddle 301 weight: ArkTypographyWeights.bold, property in ArkSystemTypography.constructor.titleSmall 305 weight: ArkTypographyWeights.medium, property in ArkSystemTypography.constructor.subtitleLarge 309 weight: ArkTypographyWeights.medium, property in ArkSystemTypography.constructor.subtitleMiddle 313 weight: ArkTypographyWeights.medium, property in ArkSystemTypography.constructor.subtitleSmall 317 weight: ArkTypographyWeights.medium, property in ArkSystemTypography.constructor.bodyLarge [all …]
|
/aosp12/frameworks/base/libs/hwui/hwui/ |
H A D | Typeface.cpp | 39 static Typeface::Style computeAPIStyle(int weight, bool italic) { in computeAPIStyle() 48 static minikin::FontStyle computeMinikinStyle(int weight, bool italic) { in computeMinikinStyle() 55 int weight = baseWeight; in computeRelativeStyle() local 82 Typeface* Typeface::createAbsolute(Typeface* base, int weight, bool italic) { in createAbsolute() 115 Typeface* Typeface::createWithDifferentBaseWeight(Typeface* src, int weight) { in createWithDifferentBaseWeight() 128 int weight, int italic) { in createFromFamilies()
|
/aosp12/frameworks/minikin/include/minikin/ |
H A D | FontStyle.h | 46 constexpr explicit FontStyle(Weight weight) : FontStyle(weight, Slant::UPRIGHT) {} in FontStyle() 48 constexpr FontStyle(Weight weight, Slant slant) in FontStyle() 50 constexpr FontStyle(uint16_t weight, Slant slant) : mWeight(weight), mSlant(slant) {} in FontStyle() 61 constexpr uint16_t weight() const { return mWeight; } in weight() function
|
/aosp12/frameworks/base/graphics/java/android/graphics/ |
H A D | FontFamily.java | 139 public boolean addFont(String path, int ttcIndex, FontVariationAxis[] axes, int weight, in addFont() 165 int weight, int italic) { in addFontFromBuffer() 194 boolean isAsset, int ttcIndex, int weight, int isItalic, in addFontFromAssetManager() 221 int weight, int isItalic); in nAddFont() 223 int ttcIndex, int weight, int isItalic); in nAddFontWeightStyle()
|
/aosp12/packages/modules/NeuralNetworks/common/operations/ |
H A D | LSHProjection.cpp | 72 RunTimeOperandInfo* weight = GetInput(operation, operands, kWeightTensor); in Prepare() local 96 int runningSignBit(const RunTimeOperandInfo* input, const RunTimeOperandInfo* weight, float seed) { in runningSignBit() 126 const RunTimeOperandInfo* input, const RunTimeOperandInfo* weight, in SparseLshProjection() 147 const RunTimeOperandInfo* weight, int32_t* out_buf) { in DenseLshProjection()
|
/aosp12/frameworks/layoutlib/bridge/src/android/graphics/ |
H A D | Typeface_Delegate.java | 93 int weight) { in Typeface_Delegate() 122 /*package*/ static long nativeCreateFromTypefaceWithExactStyle(long native_instance, int weight, in nativeCreateFromTypefaceWithExactStyle() 158 /*package*/ static long nativeCreateWeightAlias(long native_instance, int weight) { in nativeCreateWeightAlias() 174 /*package*/ static synchronized long nativeCreateFromArray(long[] familyArray, int weight, in nativeCreateFromArray() 339 private final int weight; field in Typeface_Delegate.FontsIterator 347 @NonNull FontVariant variant, int weight, int style) { in FontsIterator()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_symbol_glyph_modifier.cpp | 30 FontWeight ConvertStrToFontWeight(ArkUI_CharPtr weight, FontWeight defaultFontWeight = FontWeight::… in ConvertStrToFontWeight() 36 FontWeight ConvertIntToFontWeight(ArkUI_Int32 weight) in ConvertIntToFontWeight() 105 void SetFontWeightStr(ArkUINodeHandle node, ArkUI_CharPtr weight) in SetFontWeightStr() 112 void SetFontWeight(ArkUINodeHandle node, ArkUI_Int32 weight) in SetFontWeight()
|
H A D | node_symbol_span_modifier.cpp | 28 FontWeight ConvertStrToFontWeight(ArkUI_CharPtr weight, FontWeight defaultFontWeight = FontWeight::… in ConvertStrToFontWeight() 83 void SetSymbolSpanFontWeightStr(ArkUINodeHandle node, ArkUI_CharPtr weight) in SetSymbolSpanFontWeightStr() 90 void SetSymbolSpanFontWeight(ArkUINodeHandle node, ArkUI_Int32 weight) in SetSymbolSpanFontWeight()
|
/aosp12/frameworks/base/core/tests/coretests/src/android/graphics/ |
H A D | FontFileUtilTest.java | 108 int weight = style.first.intValue(); in testRegularFonts() local 125 int weight = style.first.intValue(); in testTtcFont() local 141 int weight = style.first.intValue(); in testVariationFont() local
|
/aosp12/frameworks/base/core/java/android/hardware/camera2/marshal/impl/ |
H A D | MarshalQueryableMeteringRectangle.java | 47 int weight = value.getMeteringWeight(); in marshal() local 62 int weight = buffer.getInt(); in unmarshal() local
|
/aosp12/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/testutils/ |
H A D | ShadowTypeface.java | 30 public static Typeface create(Typeface family, int weight, boolean italic) { in create()
|
/aosp12/frameworks/base/apct-tests/perftests/core/src/android/text/ |
H A D | VariableFontPerfTest.java | 107 int weight = random.nextInt(1000); in testDraw_SetDifferentVariationEachDraw() local 126 int weight = random.nextInt(1000); in testSetFontVariationSettings() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/ |
H A D | render_svg_path.h | 35 void SetWeight(float weight) in SetWeight()
|
H A D | rosen_render_svg_polygon.cpp | 126 const std::string& points1, const std::string& points2, double weight, SkPath* out) in CreateSkPaths() 157 const std::string& points1, const std::string& points2, double weight, RSPath* out) in CreateRSPaths() 235 float weight = 1.0f; in GetPath() local
|
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/ |
H A D | _o_h___drawing___font_adjust_info.md | 37 ### weight subsection
|
H A D | _o_h___drawing___font_alias_info.md | 37 ### weight subsection
|
H A D | _o_h___drawing___font_style_struct.md | 38 ### weight subsection
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/ |
H A D | _o_h___drawing___font_adjust_info.md | 37 ### weight subsection
|
H A D | _o_h___drawing___font_alias_info.md | 37 ### weight subsection
|
H A D | _o_h___drawing___font_style_struct.md | 38 ### weight subsection
|
/aosp12/packages/apps/Contacts/src/com/android/contacts/model/dataitem/ |
H A D | DataKind.java | 48 public int weight; field in DataKind 91 public DataKind(String mimeType, int titleRes, int weight, boolean editable) { in DataKind()
|
/aosp12/packages/apps/Dialer/java/com/android/contacts/common/model/dataitem/ |
H A D | DataKind.java | 45 public int weight; field in DataKind 83 public DataKind(String mimeType, int titleRes, int weight, boolean editable) { in DataKind()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | utils.cpp | 24 auto weight = textStyle.GetFontWeight(); in GetTextStyleInJson() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | menu_item_model_impl.cpp | 35 void MenuItemModelImpl::SetFontWeight(FontWeight weight) {} in SetFontWeight() 45 void MenuItemModelImpl::SetLabelFontWeight(FontWeight weight) {} in SetLabelFontWeight()
|
/aosp12/art/tools/jvmti-agents/ti-alloc-sample/ |
H A D | mkflame.py | 46 def weight(self, index): member in TraceCollection 52 def set_weight(self, index, weight): argument
|