OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:setI
(Results
1 - 2
of
2
) sorted by null
/external/skia/gpu/include/
GrGpuVertex.h
51
void
setI
(int x, int y) {
80
((GrGpuTextVertex*)(v + 0*stride))->
setI
(l, t);
81
((GrGpuTextVertex*)(v + 1*stride))->
setI
(l, b);
82
((GrGpuTextVertex*)(v + 2*stride))->
setI
(r, b);
83
((GrGpuTextVertex*)(v + 3*stride))->
setI
(r, t);
/external/webkit/Source/WebCore/platform/image-decoders/bmp/
BMPImageReader.h
239
inline void
setI
(size_t colorIndex)
244
// Like
setI
(), but with the individual component values specified.
Completed in 297 milliseconds