OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:src_points
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/skia/
ImageSkia.cpp
294
SkPoint
src_points
[3]; // (0, 0), (width, 0), (0, height).
local
295
src_points
[0].set(0, 0);
296
src_points
[1].set(SkFloatToScalar(srcWidth), 0);
297
src_points
[2].set(0, SkFloatToScalar(srcHeight));
303
matrix.mapPoints(dest_points,
src_points
, 3);
/external/opencv/cv/include/
cv.h
[
all
...]
Completed in 708 milliseconds