Searched refs:base_pos (Results 1 - 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-shape-complex-indic.cc | 75 base_position_t base_pos; member 384 if (indic_plan->config->base_pos != BASE_POS_LAST) in update_consonant_positions_indic() 484 switch (indic_plan->config->base_pos) in initial_reordering_consonant_syllable()
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | pre-process.c | 644 struct position *base_pos = &(*list)->pos; in substitute() local 672 added = dup_token(t, base_pos); in substitute() 715 added = dup_token(body, base_pos); in substitute() 722 added = dup_token(body, base_pos); in substitute()
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui_demo.cpp | 7114 const ImVec2 base_pos = viewport->Pos; local 7120 ImGui::SetNextWindowPos(ImVec2(base_pos.x + 100, base_pos.y + 100), ImGuiCond_FirstUseEver); 7125 ImGui::SetNextWindowPos(ImVec2(base_pos.x + 100, base_pos.y + 200), ImGuiCond_FirstUseEver); 7133 ImGui::SetNextWindowPos(ImVec2(base_pos.x + 100, base_pos.y + 300), ImGuiCond_FirstUseEver);
|
H A D | imgui.cpp | 11858 ImVec2 base_pos = GetCursorScreenPos(); in DebugNodeFont() local 11863 ImVec2 cell_p1(base_pos.x + (n % 16) * (cell_size + cell_spacing), base_pos.y + (n / 16) * (cell_size + cell_spacing)); in DebugNodeFont()
|
/third_party/skia/third_party/externals/libpng/contrib/libtests/ |
H A D | pngvalid.c | 9168 size_t base_pos; in perform_transform_test() local 9171 base_pos = safecat(name, sizeof name, 0, "transform:"); in perform_transform_test() 9175 size_t pos = base_pos; in perform_transform_test()
|
Completed in 53 milliseconds