OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_colors
(Results
1 - 7
of
7
) sorted by null
/external/opencv3/modules/viz/src/vtk/
vtkCloudMatSource.cpp
87
int cv::viz::vtkCloudMatSource::SetColorCloud(InputArray _cloud, InputArray
_colors
)
91
if (
_colors
.empty())
94
CV_Assert(
_colors
.depth() == CV_8U &&
_colors
.channels() <= 4 &&
_colors
.channels() != 2);
95
CV_Assert(
_colors
.size() == _cloud.size());
98
Mat colors =
_colors
.getMat();
108
int cv::viz::vtkCloudMatSource::SetColorCloudNormals(InputArray _cloud, InputArray
_colors
, InputArray _normals)
110
int total = SetColorCloud(_cloud,
_colors
);
136
int cv::viz::vtkCloudMatSource::SetColorCloudNormalsTCoords(InputArray _cloud, InputArray
_colors
, InputArray _normals, InputArray _tcoords
[
all
...]
vtkCloudMatSink.cpp
55
void cv::viz::vtkCloudMatSink::SetOutput(OutputArray _cloud, OutputArray
_colors
, OutputArray _normals, OutputArray _tcoords)
58
colors =
_colors
;
/external/llvm/utils/lit/lit/
ProgressBar.py
86
_COLORS
= """BLACK BLUE GREEN CYAN RED MAGENTA YELLOW WHITE""".split()
122
for i,color in zip(range(len(self.
_COLORS
)), self.
_COLORS
):
130
for i,color in zip(range(len(self.
_COLORS
)), self.
_COLORS
):
/external/chromium-trace/catapult/third_party/graphy/graphy/
pie_chart.py
93
self.
_colors
= None
178
self.
_colors
= colors
/external/chromium-trace/catapult/third_party/graphy/graphy/backends/google_chart_api/
encoders.py
414
if chart.
_colors
:
416
colors = chart.
_colors
/prebuilts/misc/windows/sdl2/test/
testgles2.c
280
const float
_colors
[] =
variable
619
GL_CHECK(ctx.glVertexAttribPointer(data->attr_color, 3, GL_FLOAT, GL_FALSE, 0,
_colors
));
/external/autotest/frontend/tko/
graphing_utils.py
64
def
_colors
(n):
function
207
for plot_index, (plot, color) in enumerate(zip(plots,
_colors
(len(plots)))):
341
for plot_index, (plot, color) in enumerate(zip(plots,
_colors
(len(plots)))):
Completed in 223 milliseconds