OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:load_image
(Results
1 - 4
of
4
) sorted by null
/external/opencv/cxcore/src/
cximage.cpp
52
static CvLoadImageFunc
load_image
= 0;
variable
131
if(
load_image
)
132
img =
load_image
( filename, color );
370
load_image
= _load_image;
/external/libjpeg-turbo/
rdrle.c
184
* Called only after
load_image
has read the image into the virtual array.
202
* Called only after
load_image
has read the image into the virtual array.
243
load_image
(j_compress_ptr cinfo, cjpeg_source_ptr sinfo)
383
source->pub.get_pixel_rows =
load_image
;
/external/skia/tools/json/
SkJSONRenderer.cpp
271
static SkImage*
load_image
(const Json::Value& jsonImage) {
function in namespace:SkJSONRenderer
848
SkImage* image =
load_image
(command[SKJSONCANVAS_ATTRIBUTE_IMAGE]);
[
all
...]
/external/skia/tools/debugger/
SkDrawCommand.cpp
814
static SkImage*
load_image
(const Json::Value& jsonImage, UrlDataManager& urlDataManager) {
function
[
all
...]
Completed in 613 milliseconds