Home
last modified time | relevance | path

Searched defs:weight (Results 1 – 25 of 277) sorted by relevance

12345678910>>...12

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkTheme.js281 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 DTypeface.cpp39 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 DFontStyle.h46 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 DFontFamily.java139 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 DLSHProjection.cpp72 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 DTypeface_Delegate.java93 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 Dnode_symbol_glyph_modifier.cpp30 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 Dnode_symbol_span_modifier.cpp28 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 DFontFileUtilTest.java108 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 DMarshalQueryableMeteringRectangle.java47 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 DShadowTypeface.java30 public static Typeface create(Typeface family, int weight, boolean italic) { in create()
/aosp12/frameworks/base/apct-tests/perftests/core/src/android/text/
H A DVariableFontPerfTest.java107 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 Drender_svg_path.h35 void SetWeight(float weight) in SetWeight()
H A Drosen_render_svg_polygon.cpp126 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.md37 ### weight subsection
H A D_o_h___drawing___font_alias_info.md37 ### weight subsection
H A D_o_h___drawing___font_style_struct.md38 ### weight subsection
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/
H A D_o_h___drawing___font_adjust_info.md37 ### weight subsection
H A D_o_h___drawing___font_alias_info.md37 ### weight subsection
H A D_o_h___drawing___font_style_struct.md38 ### weight subsection
/aosp12/packages/apps/Contacts/src/com/android/contacts/model/dataitem/
H A DDataKind.java48 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 DDataKind.java45 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 Dutils.cpp24 auto weight = textStyle.GetFontWeight(); in GetTextStyleInJson() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dmenu_item_model_impl.cpp35 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 Dmkflame.py46 def weight(self, index): member in TraceCollection
52 def set_weight(self, index, weight): argument

12345678910>>...12