Home
last modified time | relevance | path

Searched refs:adjust (Results 1 - 4 of 4) sorted by relevance

/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/
H A Dfile_mapper.cpp59 size_t adjust = offset % static_cast<size_t>(g_pageSize); in CreateFileMapper() local
60 size_t adjOffset = offset - adjust; in CreateFileMapper()
61 baseLen_ = len + adjust; in CreateFileMapper()
80 usePtr_ = reinterpret_cast<uint8_t *>(basePtr_) + adjust; in CreateFileMapper()
/foundation/graphic/graphic_2d/rosen/modules/texgine/src/
H A Dfont_config.cpp269 LOGSO_FUNC_LINE(ERROR) << "parse adjust arr failed"; in ParseAdjustArr()
328 cJSON* adjust = cJSON_GetObjectItem(item, "adjust"); in ParseGeneric() local
329 if (adjust != nullptr && cJSON_IsArray(adjust)) { in ParseGeneric()
330 ParseAdjustArr(adjust, genericInfo); in ParseGeneric()
371 const int count = 2; // the adjust item is 2 in ParseAdjust()
523 LOGSO_FUNC_LINE(INFO) << " \"adjust\": ["; in DumpAjdust()
/foundation/arkui/ace_engine/interfaces/napi/kits/font/
H A Djs_font.cpp217 for (const AdjustInfo& adjust: generic.adjustSet) { in GetUIFontGenericInfo()
221 napi_create_int32(env, adjust.origValue, &weightResult); in GetUIFontGenericInfo()
223 napi_create_int32(env, adjust.newValue, &toResult); in GetUIFontGenericInfo()
230 napi_set_named_property(env, genericResult, "adjust", adjustSetResult); in GetUIFontGenericInfo()
/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.cpp2237 float adjust = 0.0f; in OnVirtualKeyboardHeightChange()
2240 adjust = adjustRect.Top(); in OnVirtualKeyboardHeightChange()
2242 currentPos += adjust; in OnVirtualKeyboardHeightChange()
2289 "rootSize.Height() %{public}f adjust: %{public}f final calculate keyboard offset is %{public}f", in OnVirtualKeyboardHeightChange()
2290 keyboardHeight, positionY, height, rootSize.Height(), adjust, in OnVirtualKeyboardHeightChange()
2375 float adjust = 0.0f; in DoKeyboardAvoidFunc() local
2377 adjust = onFocusField->GetHost()->GetGeometryNode()->GetParentAdjust().Top(); in DoKeyboardAvoidFunc()
2381 positionY += adjust; in DoKeyboardAvoidFunc()
2396 "rootSize.Height() %{public}f adjust: %{public}f lastOffset: %{public}f, " in DoKeyboardAvoidFunc()
2398 keyboardHeight, positionY, height, rootSize.Height(), adjust, lastKeyboardOffse in DoKeyboardAvoidFunc()
[all...]

Completed in 10 milliseconds