| /third_party/icu/tools/colprobe/ |
| H A D | colprobe.cpp | 1514 processCollator(UCollator *col, UErrorCode &status) { in processCollator() argument 1612 UCollator *col = ucol_open(locale, &status); in processLocale() local 1695 UCollator *col = ucol_openRules(ruleBuffer, rules-ruleBuffer, UCOL_DEFAULT, UCOL_DEFAULT, &parseError, &status); in main() local
|
| H A D | colprobeNew.cpp | 641 processCollator(UCollator *col, UErrorCode &status) { in processCollator() argument 862 UCollator *col = ucol_openRules(ruleBuffer, rules-ruleBuffer, UCOL_DEFAULT, UCOL_DEFAULT, &parseError, &status); in main() local
|
| /third_party/mesa3d/src/compiler/glsl/ |
| H A D | ast_function.cpp | 1167 ir_dereference *const col = new(ctx) ir_dereference_array(src, in dereference_component() local 1755 unsigned col = in emit_inline_matrix_constructor() local
|
| /third_party/mesa3d/src/imgui/ |
| H A D | imgui_widgets.cpp | 253 void ImGui::TextColored(const ImVec4& col, const char* fmt, ...) in TextColored() argument 261 void ImGui::TextColoredV(const ImVec4& col, const char* fmt, va_list args) in TextColoredV() argument 573 const ImU32 col = GetColorU32((held && hovered) ? ImGuiCol_ButtonActive : hovered ? ImGuiCol_ButtonHovered : ImGuiCol_Button); in ButtonEx() local 647 const ImU32 col = GetColorU32((held && hovered) ? ImGuiCol_ButtonActive : hovered ? ImGuiCol_ButtonHovered : ImGuiCol_Button); in ArrowButtonEx() local 701 ImU32 col = GetColorU32((held && hovered) ? ImGuiCol_ButtonActive : hovered ? ImGuiCol_ButtonHovered : ImGuiCol_Button); in CollapseButton() local 896 const ImU32 col = GetColorU32((held && hovered) ? ImGuiCol_ButtonActive : hovered ? ImGuiCol_ButtonHovered : ImGuiCol_Button); ImageButton() local 1258 const ImU32 col = GetColorU32(held ? ImGuiCol_SeparatorActive : (hovered && g.HoveredIdTimer >= hover_visibility_delay) ? ImGuiCol_SeparatorHovered : ImGuiCol_Separator); SplitterBehavior() local [all...] |
| /third_party/mesa3d/src/mesa/state_tracker/ |
| H A D | st_cb_drawpixels.c | 1442 GLint row, col; in copy_stencil_pixels() local
|
| /third_party/icu/icu4c/source/test/cintltst/ |
| H A D | creststn.c | 1657 int32_t i,j,row,col, len; in testTag() local
|
| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | ssearch.cpp | 629 RuleBasedCollator *col = (RuleBasedCollator *) Collator::createInstance(Locale::getEnglish(), status); in offsetTest() local
|
| /third_party/icu/icu4c/source/tools/tzcode/ |
| H A D | tz2icu.cpp | 1163 int32_t col = 0; // column in printStringList() local
|
| /third_party/mesa3d/src/gallium/drivers/iris/ |
| H A D | iris_bufmgr.c | 340 const unsigned col = (pages - prev_row_max_pages + in bucket_for_size() local
|
| /third_party/mksh/ |
| H A D | funcs.c | 316 bool col; in c_print() member
|
| /third_party/libabigail/src/ |
| H A D | abg-writer.cc | 4781 unsigned line = 0, col = 0; in dump_location() local 4784 o << path << ":" << line << "," << col << "\n"; in dump_location() local
|
| /third_party/rust/crates/bindgen/bindgen/ |
| H A D | clang.rs | 1516 let mut col = 0; in location() variables
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
| H A D | renderer_utils.cpp | 144 inline int GetFlattenedIndex(int col, int row) in GetFlattenedIndex() argument
|
| /third_party/skia/src/core/ |
| H A D | SkMatrix.cpp | 604 static inline float rowcol3(const float row[], const float col[]) { in rowcol3() argument
|
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
| H A D | Program.cpp | 131 LinkedVarying::LinkedVarying(const std::string &name, GLenum type, GLsizei size, int reg, int col) in LinkedVarying() argument 1494 int col = varying.column; in linkTransformFeedback() local
|
| /third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
| H A D | SamplerCore.cpp | 195 const Vector4f col = c; in sampleTexture() local
|
| /third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
| H A D | Renderer.hpp | 139 unsigned int col[MAX_TRANSFORM_FEEDBACK_INTERLEAVED_COMPONENTS]; // Number of columns to read member
|
| H A D | VertexProcessor.cpp | 203 void VertexProcessor::setTransformFeedbackBuffer(int index, sw::Resource* buffer, int offset, unsigned int reg, unsigned int row, unsigned int col, unsigned int stride) in setTransformFeedbackBuffer() argument
|
| /third_party/skia/third_party/externals/imgui/ |
| H A D | imgui_tables.cpp | 2531 ImU32 col; in TableDrawBorders() local [all...] |
| /third_party/skia/third_party/externals/libjpeg-turbo/ |
| H A D | jquant2.c | 211 JDIMENSION col; in prescan_quantize() local 904 JDIMENSION col; in pass2_no_dither() local 944 JDIMENSION col; in pass2_fs_dither() local [all...] |
| /third_party/skia/third_party/externals/libwebp/src/dec/ |
| H A D | vp8l_dec.c | 1017 int col = dec->last_pixel_ % width; in DecodeAlphaData() local 1122 int col = dec->last_pixel_ % width; DecodeImageData() local [all...] |
| /third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
| H A D | tz2icu.cpp | 1163 int32_t col = 0; // column in printStringList() local
|
| /third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/ |
| H A D | tinyxml.h | 105 int col; // 0 based. member
|
| /third_party/skia/third_party/externals/dng_sdk/source/ |
| H A D | dng_reference.cpp | 1894 uint32 col; RefResampleDown32() local [all...] |
| H A D | dng_lossless_jpeg.cpp | 1402 inline int32 dng_lossless_decoder::QuickPredict (int32 col, in QuickPredict() argument [all...] |