OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:allocateRect
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/gpu/
GrLayerAtlas.cpp
31
bool GrLayerAtlas::Plot::
allocateRect
(int width, int height, SkIPoint16* loc) {
138
if (plot->
allocateRect
(width, height, loc)) {
158
if (plot->
allocateRect
(width, height, loc)) {
GrLayerAtlas.h
51
bool
allocateRect
(int width, int height, SkIPoint16*);
Completed in 75 milliseconds