OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pixelArray
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8ImageDataCustom.cpp
44
v8::Handle<v8::Value>
pixelArray
= toV8(impl->data(), creationContext, isolate);
48
if (!
pixelArray
.IsEmpty())
49
wrapper->Set(v8AtomicString(isolate, "data"),
pixelArray
, v8::ReadOnly);
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FETurbulence.h
108
Uint8ClampedArray*
pixelArray
;
FEColorMatrix.cpp
109
void effectType(Uint8ClampedArray*
pixelArray
, const Vector<float>& values)
111
unsigned pixelArrayLength =
pixelArray
->length();
120
float red =
pixelArray
->item(pixelByteOffset);
121
float green =
pixelArray
->item(pixelByteOffset + 1);
122
float blue =
pixelArray
->item(pixelByteOffset + 2);
123
float alpha =
pixelArray
->item(pixelByteOffset + 3);
138
pixelArray
->set(pixelByteOffset, red);
139
pixelArray
->set(pixelByteOffset + 1, green);
140
pixelArray
->set(pixelByteOffset + 2, blue);
141
pixelArray
->set(pixelByteOffset + 3, alpha)
[
all
...]
FEComponentTransfer.cpp
157
Uint8ClampedArray*
pixelArray
= createUnmultipliedImageResult();
158
if (!
pixelArray
)
166
in->copyUnmultipliedImage(
pixelArray
, drawingRect);
168
unsigned pixelArrayLength =
pixelArray
->length();
171
unsigned char c =
pixelArray
->item(pixelOffset + channel);
172
pixelArray
->set(pixelOffset + channel, tables[channel][c]);
FETurbulence.cpp
330
inline void FETurbulence::fillRegion(Uint8ClampedArray*
pixelArray
, PaintingData& paintingData, int startY, int endY, float baseFrequencyX, float baseFrequencyY)
344
pixelArray
->set(indexOfPixelChannel, calculateTurbulenceValueForPoint(channel, paintingData, stitchData, filter()->mapAbsolutePointToLocalPoint(point), baseFrequencyX, baseFrequencyY));
351
parameters->filter->fillRegion(parameters->
pixelArray
, *parameters->paintingData, parameters->startY, parameters->endY, parameters->baseFrequencyX, parameters->baseFrequencyY);
356
Uint8ClampedArray*
pixelArray
= createUnmultipliedImageResult();
357
if (!
pixelArray
)
361
pixelArray
->zeroFill();
387
params.
pixelArray
=
pixelArray
;
403
fillRegion(
pixelArray
, paintingData, 0, absolutePaintRect().height(), baseFrequencyX, baseFrequencyY);
/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
Shape.cpp
227
RefPtr<Uint8ClampedArray>
pixelArray
= imageBuffer->getUnmultipliedImageData(IntRect(IntPoint(), imageSize));
228
unsigned pixelArrayLength =
pixelArray
->length();
237
uint8_t alpha =
pixelArray
->item(pixelArrayOffset);
/frameworks/av/libvideoeditor/lvpp/
VideoEditorPreviewController.cpp
801
M4VIFI_UInt8 *
pixelArray
= NULL;
833
pixelArray
= NULL;
905
(M4OSA_Void *)
pixelArray
);
911
free(
pixelArray
);
912
pixelArray
= NULL;
[
all
...]
/frameworks/base/media/jni/mediaeditor/
VideoEditorMain.cpp
177
jintArray
pixelArray
,
185
jintArray
pixelArray
,
668
M4VIFI_UInt8 *
pixelArray
= M4OSA_NULL;
[
all
...]
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
SerializedScriptValue.cpp
[
all
...]
/prebuilts/devtools/tools/lib/
jfreechart-swt-1.0.9.jar
/prebuilts/tools/common/jfreechart/
jfreechart-1.0.9-swt.jar
/prebuilts/tools/common/m2/repository/jfree/jfreechart-swt/1.0.9/
jfreechart-swt-1.0.9.jar
Completed in 136 milliseconds