HomeSort by relevance Sort by last modified time
    Searched refs:fPlotData (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/src/gpu/
GrAtlas.cpp 37 SkDELETE_ARRAY(fPlotData);
38 fPlotData = NULL;
49 fPlotData = NULL;
70 if (fBatchUploads && NULL == fPlotData && 0.0f == percentFull) {
71 fPlotData = SkNEW_ARRAY(unsigned char, fBytesPerPixel*plotWidth*plotHeight);
72 memset(fPlotData, 0, fBytesPerPixel*plotWidth*plotHeight);
76 if (fPlotData) {
79 unsigned char* dataPtr = fPlotData;
126 const unsigned char* dataPtr = fPlotData;
140 SkDELETE_ARRAY(fPlotData);
    [all...]
GrAtlas.h 61 unsigned char* fPlotData;

Completed in 39 milliseconds