/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
H A D | jsi_base_utils.cpp | 538 if (mapInfo.row == 0 || mapInfo.col == 0) { in GetSourceInfo() 543 sourceInfo = "(" + sources + ":" + std::to_string(mapInfo.row) + ":" + std::to_string(mapInfo.col) + ")"; in GetSourceInfo()
|
/third_party/backends/backend/ |
H A D | umax-scsidef.h | 797 #define set_DCF0_gamma_color(dc,col,val) dc[1 + (1025 * col)] = val
|
H A D | epsonds.c | 3243 for (int col = 0; col < 3; col++) { in sane_start() 3244 flatten[row * 3 + col] = matrix[row][col]; in sane_start() 3254 for (int col = 0; col < 3; col++) { in sane_start() 3255 int val = rounded[row * 3 + col]; in sane_start() 3258 ordered[(signed char)index[row * 3 + col]] in sane_start() [all...] |
/third_party/jerryscript/jerry-debugger/ |
H A D | jerry_client_main.py | 167 result += "() at line:%d, col:%d)" % (self.function.line, self.function.column) 1255 col_width = [max(len(x) for x in col) for col in zip(*table)]
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_bufmgr.c | 244 const unsigned col = (pages - prev_row_max_pages + in bucket_for_size() local 248 const unsigned index = (row * 4) + (col - 1); in bucket_for_size()
|
/third_party/skia/src/sksl/ir/ |
H A D | SkSLFunctionCall.cpp | 444 auto Get = [&](int idx, int col) -> float { in optimize_intrinsic_call() 445 return *arguments[idx]->getConstantValue(col); in optimize_intrinsic_call()
|
/third_party/skia/third_party/externals/tint/src/writer/spirv/ |
H A D | builder_type_test.cc | 229 auto* col = create<sem::Vector>(i32, 4); in TEST_F() local 230 auto* mat = create<sem::Matrix>(col, 3); in TEST_F()
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_mosaic_info.cpp | 306 uint32 DeltaCol (uint32 col, int32 delta) 310 return (SafeUint32Add(col, fPatCols) + (uint32) delta) % fPatCols;
|
/foundation/arkui/ace_engine/advanced_ui_component/composelistitem/interfaces/ |
H A D | composelistitem.js | 1748 { page: 'library/src/main/ets/components/composelistitem.ets', line: 939, col: 11 }); 1786 { page: 'library/src/main/ets/components/composelistitem.ets', line: 942, col: 11 }); 1863 { page: 'library/src/main/ets/components/composelistitem.ets', line: 956, col: 11 });
|
/foundation/arkui/ace_engine/frameworks/core/components_v2/grid/ |
H A D | render_grid_scroll.cpp | 414 int32_t col = 0; in BuildGrid() local 416 metaData_[col] = Size(width, Size::INFINITE_SIZE); in BuildGrid() 417 ++col; in BuildGrid()
|
/third_party/node/tools/ |
H A D | test.py | 322 col = line = 0 324 line, col = map(int, find_full_path.groups()) 327 return filename, line, col 332 print("::error file=%s,line=%d,col=%d::%s" % (filename, line, column, output.replace('\n', '%0A')))
|
/third_party/python/Lib/test/ |
H A D | test_compile.py | 1113 for (line, end_line, col, end_col) in code.co_positions(): 1122 if col is not None: 1123 self.assertIn(col, columns)
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
H A D | vktShaderRenderTextureGatherTests.cpp | 179 for (int col = 0; col < numCols; col++) in fillWithRandomColorTiles() 183 const int xBegin = (col+0)*dst.getWidth()/numCols; in fillWithRandomColorTiles() 184 const int xEnd = (col+1)*dst.getWidth()/numCols; in fillWithRandomColorTiles()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/ |
H A D | vktShaderRenderTextureGatherTests.cpp | 179 for (int col = 0; col < numCols; col++) in fillWithRandomColorTiles() 183 const int xBegin = (col+0)*dst.getWidth()/numCols; in fillWithRandomColorTiles() 184 const int xEnd = (col+1)*dst.getWidth()/numCols; in fillWithRandomColorTiles()
|
/third_party/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_cmd_buffer.c | 1228 adjust_clear_color(VkFormat format, const VkClearColorValue *col) in adjust_clear_color() argument 1230 VkClearColorValue out = *col; in adjust_clear_color() 1472 const VkClearColorValue *col, in dzn_cmd_buffer_clear_color() 1477 dzn_cmd_buffer_clear_ranges_with_copy(cmdbuf, image, layout, col, range_count, ranges); in dzn_cmd_buffer_clear_color() 1481 VkClearColorValue color = adjust_clear_color(image->vk.format, col); in dzn_cmd_buffer_clear_color() 1490 dzn_cmd_buffer_clear_ranges_with_copy(cmdbuf, image, layout, col, range_count, ranges); in dzn_cmd_buffer_clear_color() 1498 dzn_cmd_buffer_clear_ranges_with_copy(cmdbuf, image, layout, col, range_count, ranges); in dzn_cmd_buffer_clear_color() 1469 dzn_cmd_buffer_clear_color(struct dzn_cmd_buffer *cmdbuf, const struct dzn_image *image, VkImageLayout layout, const VkClearColorValue *col, uint32_t range_count, const VkImageSubresourceRange *ranges) dzn_cmd_buffer_clear_color() argument
|
/foundation/arkui/ace_engine/advanced_ui_component/selectionmenu/interfaces/ |
H A D | selectionmenu.js | 786 }, { page: 'library/src/main/ets/components/mainpage/MainPage.ets', line: 459, col: 3 });
|
/third_party/mesa3d/src/compiler/spirv/ |
H A D | vtn_private.h | 682 int line, col; member
|
/third_party/skia/third_party/externals/imgui/backends/ |
H A D | imgui_impl_dx10.cpp | 379 float4 col : COLOR0;\ in ImGui_ImplDX10_CreateDeviceObjects() 386 float4 col : COLOR0;\ in ImGui_ImplDX10_CreateDeviceObjects() 394 output.col = input.col;\ in ImGui_ImplDX10_CreateDeviceObjects() 413 { "COLOR", 0, DXGI_FORMAT_R8G8B8A8_UNORM, 0, (UINT)IM_OFFSETOF(ImDrawVert, col), D3D10_INPUT_PER_VERTEX_DATA, 0 }, in ImGui_ImplDX10_CreateDeviceObjects() 440 float4 col : COLOR0;\ in ImGui_ImplDX10_CreateDeviceObjects() 448 float4 out_col = input.col * texture0.Sample(sampler0, input.uv); \ in ImGui_ImplDX10_CreateDeviceObjects()
|
H A D | imgui_impl_opengl3.cpp | 361 glVertexAttribPointer(bd->AttribLocationVtxColor, 4, GL_UNSIGNED_BYTE, GL_TRUE, sizeof(ImDrawVert), (GLvoid*)IM_OFFSETOF(ImDrawVert, col)); in ImGui_ImplOpenGL3_SetupRenderState()
|
/third_party/skia/include/core/ |
H A D | SkM44.h | 260 SkV4 col(int i) const { in col() function in SkM44
|
/third_party/mesa3d/src/imgui/ |
H A D | imgui.cpp | 446 - 2017/08/20 (1.51) - added PushStyleColor(ImGuiCol idx, ImU32 col) overload, which _might_ cause an "ambiguous call" compilation error if you are using ImColor() with implicit cast. Cast to ImU32 or ImVec4 explicily to fix. 453 - changed prototype of 'ColorEdit4(const char* label, float col[4], bool show_alpha = true)' to 'ColorEdit4(const char* label, float col[4], ImGuiColorEditFlags flags = 0)', where passing flags = 0x01 is a safe no-op (hello dodgy backward compatibility!). - check and run the demo window, under "Color/Picker Widgets", to understand the various new options. 454 - changed prototype of rarely used 'ColorButton(ImVec4 col, bool small_height = false, bool outline_border = true)' to 'ColorButton(const char* desc_id, ImVec4 col, ImGuiColorEditFlags flags = 0, ImVec2 size = ImVec2(0,0))' 1835 ImU32 ImGui::GetColorU32(const ImVec4& col) in GetColorU32() argument 1838 ImVec4 c = col; in GetColorU32() 1849 ImU32 ImGui::GetColorU32(ImU32 col) in GetColorU32() argument 1853 return col; in GetColorU32() 1854 ImU32 a = (col in GetColorU32() 2440 RenderCheckMark(ImVec2 pos, ImU32 col, float sz) RenderCheckMark() argument 5756 PushStyleColor(ImGuiCol idx, ImU32 col) PushStyleColor() argument 5766 PushStyleColor(ImGuiCol idx, const ImVec4& col) PushStyleColor() argument 7834 if (g.NavWindow) { ImU32 col = (!g.NavWindow->Hidden) ? IM_COL32(255,0,255,255) : IM_COL32(255,0,0,255); ImVec2 p = NavCalcPreferredRefPos(); char buf[32]; ImFormatString(buf, 32, "%d", g.NavLayer); GetOverlayDrawList(g.NavWindow)->AddCircleFilled(p, 3.0f, col); GetOverlayDrawList(g.NavWindow)->AddText(NULL, 13.0f, p + ImVec2(8,-4), col, buf); } NavUpdate() local 8429 const ImU32 col = GetColorU32(held ? ImGuiCol_SeparatorActive : hovered ? ImGuiCol_SeparatorHovered : ImGuiCol_Separator); EndColumns() local 8431 window->DrawList->AddLine(ImVec2(xi, ImMax(y1 + 1.0f, window->ClipRect.Min.y)), ImVec2(xi, ImMin(y2, window->ClipRect.Max.y)), col); EndColumns() local [all...] |
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui.cpp | 578 - 2017/08/20 (1.51) - added PushStyleColor(ImGuiCol idx, ImU32 col) overload, which _might_ cause an "ambiguous call" compilation error if you are using ImColor() with implicit cast. Cast to ImU32 or ImVec4 explicily to fix. 585 - changed prototype of 'ColorEdit4(const char* label, float col[4], bool show_alpha = true)' to 'ColorEdit4(const char* label, float col[4], ImGuiColorEditFlags flags = 0)', where passing flags = 0x01 is a safe no-op (hello dodgy backward compatibility!). - check and run the demo window, under "Color/Picker Widgets", to understand the various new options. 586 - changed prototype of rarely used 'ColorButton(ImVec4 col, bool small_height = false, bool outline_border = true)' to 'ColorButton(const char* desc_id, ImVec4 col, ImGuiColorEditFlags flags = 0, ImVec2 size = ImVec2(0, 0))' 2477 ImU32 ImGui::GetColorU32(const ImVec4& col) in GetColorU32() argument 2480 ImVec4 c = col; in GetColorU32() 2491 ImU32 ImGui::GetColorU32(ImU32 col) in GetColorU32() argument 2495 return col; in GetColorU32() 2496 ImU32 a = (col in GetColorU32() 2502 PushStyleColor(ImGuiCol idx, ImU32 col) PushStyleColor() argument 2512 PushStyleColor(ImGuiCol idx, const ImVec4& col) PushStyleColor() argument 9442 if (1) { ImU32 col = (!g.NavWindow->Hidden) ? IM_COL32(255,0,255,255) : IM_COL32(255,0,0,255); ImVec2 p = NavCalcPreferredRefPos(); char buf[32]; ImFormatString(buf, 32, "%d", g.NavLayer); draw_list->AddCircleFilled(p, 3.0f, col); draw_list->AddText(NULL, 13.0f, p + ImVec2(8,-4), col, buf); } NavUpdate() local 11616 ImU32 col = (table->HoveredColumnBody == column_n) ? IM_COL32(255, 255, 128, 255) : IM_COL32(255, 0, 128, 255); ShowMetricsWindow() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/ |
H A D | dialog_pattern.cpp | 1555 auto col = DynamicCast<FrameNode>(host->GetChildAtIndex(START_CHILD_INDEX)); in UpdateWrapperBackgroundStyle() local 1556 CHECK_NULL_VOID(col); in UpdateWrapperBackgroundStyle() 1557 auto colRenderContext = col->GetRenderContext(); in UpdateWrapperBackgroundStyle()
|
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/search/ |
H A D | SearchTest.java | 2161 RuleBasedCollator col = null; in TestUsingSearchCollator() 2163 col = (RuleBasedCollator)Collator.getInstance(uloc); in TestUsingSearchCollator() 2169 StringSearch srch = new StringSearch(dummyPat, ci, col); in TestUsingSearchCollator()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/search/ |
H A D | SearchTest.java | 2164 RuleBasedCollator col = null; in TestUsingSearchCollator() 2166 col = (RuleBasedCollator)Collator.getInstance(uloc); in TestUsingSearchCollator() 2172 StringSearch srch = new StringSearch(dummyPat, ci, col); in TestUsingSearchCollator()
|