Home
last modified time | relevance | path

Searched +defs:center +defs:line (Results 1 – 13 of 13) sorted by relevance

/external/snakeyaml/src/test/java/org/yaml/snakeyaml/
DExample2_24Test.java76 Line line = new Line((Map<String, Integer>) values.get("start"), in construct() local
123 Line line = (Line) data; in representData() local
179 private Map<String, Integer> center; field in Example2_24Test.Circle
182 public Circle(Map<String, Integer> center, Integer radius) { in Circle()
/external/skia/modules/skparagraph/src/
DParagraphImpl.cpp403 …auto& line = this->addLine(offset, advance, text, textWithSpaces, clusters, clustersWithGhosts, wi… in breakShapedTextIntoLines() local
436 for (auto& line : fLines) { in formatLines() local
449 for (auto& line : fLines) { in paintLinesIntoPicture() local
510 for (auto& line : fLines) { in calculateBoundaries() local
652 for (auto& line : fLines) { in getRectsForRange() local
841 for (auto& line : fLines) { in getRectsForPlaceholders() local
881 for (auto& line : fLines) { in getGlyphPositionAtCoordinate() local
958 SkScalar center; in getGlyphPositionAtCoordinate() local
1039 for (auto& line : fLines) { in getLineMetrics() local
/external/deqp/modules/gles2/functional/
Des2fRasterizationTests.cpp1272 …const tcu::Vec2 center = tcu::Vec2(((float)row + 0.5f) / (float)numRows * 2.0f - 1.0f, ((float)co… in generateTriangles() local
1327 …const tcu::Vec2 center = (m_caseType == FILLRULECASE_CLIPPED_PARTIAL) ? (tcu::Vec2(0.5f, 0.5f)) :… in generateTriangles() local
1895 LineSceneSpec::SceneLine line; in extractLines() local
1911 LineSceneSpec::SceneLine line; in extractLines() local
1927 LineSceneSpec::SceneLine line; in extractLines() local
/external/skia/experimental/docs/
DexampleSlides.js2 "center":{ "x":200, "y":200 }, property
74 { "line": [ 200,200, 100,100 ] } property
77 { "line": [ 200,200, 341.4,200 ] } property
80 { "line": [ 200,200, 200 + circle.radius * Math.cos(-22.5 * Math.PI / 180), property
102 { "line": [ 200,200, 200,341.4 ] } property
105 { "line": [ 200,200, 500,500 ] }, property
110 { "line": [ 200,200, 200,624.26 ] }, property
115 { "line": [ 200,200, 500,-100 ] }, property
120 { "line": [ 200,200, 500,500 ] }, property
125 { "line": [ 200,200, 389.74,579.47 ] }, property
[all …]
/external/skqp/experimental/docs/
DexampleSlides.js2 "center":{ "x":200, "y":200 }, property
74 { "line": [ 200,200, 100,100 ] } property
77 { "line": [ 200,200, 341.4,200 ] } property
80 { "line": [ 200,200, 200 + circle.radius * Math.cos(-22.5 * Math.PI / 180), property
102 { "line": [ 200,200, 200,341.4 ] } property
105 { "line": [ 200,200, 500,500 ] }, property
110 { "line": [ 200,200, 200,624.26 ] }, property
115 { "line": [ 200,200, 500,-100 ] }, property
120 { "line": [ 200,200, 500,500 ] }, property
125 { "line": [ 200,200, 389.74,579.47 ] }, property
[all …]
/external/deqp/modules/gles3/functional/
Des3fRasterizationTests.cpp1421 …const tcu::Vec2 center = tcu::Vec2(((float)row + 0.5f) / (float)numRows * 2.0f - 1.0f, ((float)co… in generateTriangles() local
1476 …const tcu::Vec2 center = (m_caseType == FILLRULECASE_CLIPPED_PARTIAL) ? (tcu::Vec2(0.5f, 0.5f)) :… in generateTriangles() local
2120 LineSceneSpec::SceneLine line; in extractLines() local
2144 LineSceneSpec::SceneLine line; in extractLines() local
2168 LineSceneSpec::SceneLine line; in extractLines() local
/external/ImageMagick/MagickCore/
Dfeature.c1874 center; in HoughLineImage() local
2016 line; in HoughLineImage() local
/external/python/cpython3/Lib/idlelib/
Deditor.py1016 def center(self, mark="insert"): member in EditorWindow
1517 def get_line_indent(line, tabwidth): argument
1549 def tokeneater(self, type, token, start, end, line, argument
/external/deqp/external/vulkancts/modules/vulkan/rasterization/
DvktRasterizationTests.cpp2513 …const tcu::Vec2 center = tcu::Vec2(((float)row + 0.5f) / (float)numRows * 2.0f - 1.0f, ((float)co… in generateTriangles() local
2568 …const tcu::Vec2 center = (m_caseType == FILLRULECASE_CLIPPED_PARTIAL) ? (tcu::Vec2(0.5f, 0.5f)) :… in generateTriangles() local
2854 LineSceneSpec::SceneLine line; in extractLines() local
2860 LineSceneSpec::SceneLine line; in extractLines() local
3143 LineSceneSpec::SceneLine line; in extractLines() local
3158 LineSceneSpec::SceneLine line; in extractLines() local
3826 LineSceneSpec::SceneLine line; in extractLines() local
3850 LineSceneSpec::SceneLine line; in extractLines() local
/external/python/cpython2/Lib/idlelib/
DEditorWindow.py960 def center(self, mark="insert"): member in EditorWindow
1613 def tokeneater(self, type, token, start, end, line, argument
/external/deqp/modules/gles31/functional/
Des31fPrimitiveBoundingBoxTests.cpp2200 bool line = false; in checkLineContinuity() local
2378 tcu::Vec2 center; member
/external/mesa3d/src/imgui/
Dimgui_widgets.cpp149 const char* line = text; in TextUnformatted() local
678 ImVec2 center = bb.GetCenter(); in CloseButton() local
984 ImVec2 center = check_bb.GetCenter(); in RadioButton() local
Dimgui.cpp2405 ImVec2 center = p_min + ImVec2(h * 0.50f, h * 0.50f * scale); in RenderArrow() local
9025 for (char* line = buf; line < buf_end; line = line_end + 1) in LoadIniSettingsFromMemory() local
9108 …SettingsHandlerWindow_ReadLine(ImGuiContext*, ImGuiSettingsHandler*, void* entry, const char* line) in SettingsHandlerWindow_ReadLine()