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

  /external/skia/src/core/
SkLayerInfo.h 16 class SkLayerInfo : public SkBigPicture::AccelData {
29 // one (i.e., the picture for which this SkLayerInfo was created) then
67 SkLayerInfo() {}
SkRecordDraw.h 18 class SkLayerInfo;
27 const SkBigPicture::SnapshotArray*, SkLayerInfo* data);
SkPictureRecorder.cpp 11 #include "SkLayerInfo.h"
64 SkAutoTUnref<SkLayerInfo> saveLayerData;
67 saveLayerData.reset(new SkLayerInfo);
160 SkAutoTUnref<SkLayerInfo> saveLayerData;
164 saveLayerData.reset(new SkLayerInfo);
SkRecordDraw.cpp 8 #include "SkLayerInfo.h"
596 const SkBigPicture::SnapshotArray* pictList, SkLayerInfo* accelData)
649 const SkLayerInfo* childData = nullptr;
651 childData = static_cast<const SkLayerInfo*>(bp->accelData());
664 const SkLayerInfo::BlockInfo& src = childData->block(i);
673 SkLayerInfo::BlockInfo& dst = fAccelData->addBlock();
754 SkLayerInfo::BlockInfo& block = fAccelData->addBlock();
783 SkLayerInfo* fAccelData;
801 const SkBigPicture::SnapshotArray* pictList, SkLayerInfo* data) {
  /external/skia/src/gpu/
GrLayerHoister.cpp 15 #include "SkLayerInfo.h"
25 const SkLayerInfo::BlockInfo& info,
86 static bool compute_source_rect(const SkLayerInfo::BlockInfo& info, const SkMatrix& initialMat,
140 const SkLayerInfo *topLevelGPUData = static_cast<const SkLayerInfo*>(topLevelData);
148 const SkLayerInfo::BlockInfo& info = topLevelGPUData->block(i);
198 const SkLayerInfo *topLevelGPUData = static_cast<const SkLayerInfo*>(topLevelData);
205 const SkLayerInfo::BlockInfo& info = topLevelGPUData->block(i);
SkGpuDevice.cpp 29 #include "SkLayerInfo.h"
    [all...]
  /external/skia/tests/
PictureTest.cpp 19 #include "SkLayerInfo.h"
383 const SkLayerInfo *gpuData = static_cast<const SkLayerInfo*>(data);
386 const SkLayerInfo::BlockInfo& info0 = gpuData->block(0);
388 const SkLayerInfo::BlockInfo& info1 = gpuData->block(2);
389 const SkLayerInfo::BlockInfo& info2 = gpuData->block(1);
391 const SkLayerInfo::BlockInfo& info3 = gpuData->block(3);
394 const SkLayerInfo::BlockInfo& info4 = gpuData->block(5);
395 const SkLayerInfo::BlockInfo& info5 = gpuData->block(4);
398 const SkLayerInfo::BlockInfo& info6 = gpuData->block(7)
    [all...]

Completed in 1193 milliseconds