Home
last modified time | relevance | path

Searched defs:col (Results 251 - 275 of 323) sorted by relevance

1...<<111213

/third_party/icu/tools/colprobe/
H A Dcolprobe.cpp1514 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 DcolprobeNew.cpp641 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 Dast_function.cpp1167 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 Dimgui_widgets.cpp253 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 Dst_cb_drawpixels.c1442 GLint row, col; in copy_stencil_pixels() local
/third_party/icu/icu4c/source/test/cintltst/
H A Dcreststn.c1657 int32_t i,j,row,col, len; in testTag() local
/third_party/icu/icu4c/source/test/intltest/
H A Dssearch.cpp629 RuleBasedCollator *col = (RuleBasedCollator *) Collator::createInstance(Locale::getEnglish(), status); in offsetTest() local
/third_party/icu/icu4c/source/tools/tzcode/
H A Dtz2icu.cpp1163 int32_t col = 0; // column in printStringList() local
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_bufmgr.c340 const unsigned col = (pages - prev_row_max_pages + in bucket_for_size() local
/third_party/mksh/
H A Dfuncs.c316 bool col; in c_print() member
/third_party/libabigail/src/
H A Dabg-writer.cc4781 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 Dclang.rs1516 let mut col = 0; in location() variables
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A Drenderer_utils.cpp144 inline int GetFlattenedIndex(int col, int row) in GetFlattenedIndex() argument
/third_party/skia/src/core/
H A DSkMatrix.cpp604 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 DProgram.cpp131 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 DSamplerCore.cpp195 const Vector4f col = c; in sampleTexture() local
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DRenderer.hpp139 unsigned int col[MAX_TRANSFORM_FEEDBACK_INTERLEAVED_COMPONENTS]; // Number of columns to read member
H A DVertexProcessor.cpp203 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 Dimgui_tables.cpp2531 ImU32 col; in TableDrawBorders() local
[all...]
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Djquant2.c211 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 Dvp8l_dec.c1017 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 Dtz2icu.cpp1163 int32_t col = 0; // column in printStringList() local
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/
H A Dtinyxml.h105 int col; // 0 based. member
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_reference.cpp1894 uint32 col; RefResampleDown32() local
[all...]
H A Ddng_lossless_jpeg.cpp1402 inline int32 dng_lossless_decoder::QuickPredict (int32 col, in QuickPredict() argument
[all...]

Completed in 75 milliseconds

1...<<111213