OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:addToAtlas
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/skia/src/gpu/
GrAtlas.h
26
// GrAtlas can request a new GrPlot via GrAtlas::
addToAtlas
().
106
GrPlot*
addToAtlas
(ClientPlotUsage*, int width, int height, const void* image, SkIPoint16* loc);
GrAtlas.cpp
212
GrPlot* GrAtlas::
addToAtlas
(ClientPlotUsage* usage,
GrTextStrike.cpp
339
GrPlot* plot = fAtlas->
addToAtlas
(&fPlotUsage, glyph->width(),
GrLayerCache.cpp
186
GrPlot* plot = fAtlas->
addToAtlas
(&pictInfo->fPlotUsage,
189
//
addToAtlas
can allocate the backing texture
Completed in 2147 milliseconds