OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:color_matrix
(Results
1 - 7
of
7
) sorted by null
/hardware/qcom/display/msm8996/sdm/libs/hwc2/
hwc_display.cpp
104
double
color_matrix
[kColorTransformMatrixCount] = {0};
local
105
CopyColorTransformMatrix(matrix,
color_matrix
);
107
auto status = HandleColorModeTransform(current_color_mode_, hint,
color_matrix
);
[
all
...]
/external/ImageMagick/MagickCore/
fx.c
837
% const KernelInfo *
color_matrix
,ExceptionInfo *exception)
843
% o
color_matrix
: the color matrix.
854
const KernelInfo *
color_matrix
,ExceptionInfo *exception)
891
Map given
color_matrix
, into a 6x6 matrix RGBKA and a constant
900
for (v=0; v < (ssize_t)
color_matrix
->height; v++)
901
for (u=0; u < (ssize_t)
color_matrix
->width; u++)
904
ColorMatrix[v][u]=
color_matrix
->values[i];
[
all
...]
/external/ImageMagick/www/api/
fx.php
205
const KernelInfo *
color_matrix
,ExceptionInfo *exception)
219
<dt>
color_matrix
</dt>
magick-image.php
[
all
...]
/external/ImageMagick/PerlMagick/
Magick.xs
[
all
...]
/external/ImageMagick/PerlMagick/quantum/
quantum.xs.in
[
all
...]
/external/ImageMagick/MagickWand/
magick-image.c
[
all
...]
Completed in 1515 milliseconds