Home
last modified time | relevance | path

Searched refs:AdjustInfo (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/src/ports/skia_ohos/
H A DFontConfig_ohos.h141 struct AdjustInfo;
145 using AjdustMap = SkTHashMap<SkString, std::vector<AdjustInfo>>;
152 struct AdjustInfo { struct in FontConfig_OHOS
218 int parseAdjust(const Json::Value& root, std::vector<AdjustInfo>& adjustSet);
H A DFontConfig_ohos.cpp576 std::vector<AdjustInfo> adjustSet; in parseGeneric()
663 * \param[out] adjustSet the value of AdjustInfo will be written to and returned to the caller
668 int FontConfig_OHOS::parseAdjust(const Json::Value& root, std::vector<AdjustInfo>& adjustSet) in parseAdjust()
683 AdjustInfo info = {values[0], values[1]}; in parseAdjust()
1034 const std::vector<AdjustInfo> adjustSet = *(adjustMap.find(font.familyName)); in loadFont()

Completed in 3 milliseconds