Searched refs:layerHeight (Results 1 – 7 of 7) sorted by relevance
19 int layerHeight = 100; in test_basic() local23 SkCanvas* canvas = rec.beginRecording(layerWidth, layerHeight); in test_basic()29 SkIRect dirtyRectFull = SkIRect::MakeLTRB(0, 0, layerWidth, layerHeight); in test_basic()33 canvas = rec2.beginRecording(layerWidth, layerHeight); in test_basic()57 REPORTER_ASSERT(reporter, image->height() == layerHeight); in test_basic()69 REPORTER_ASSERT(reporter, image->height() == layerHeight); in test_basic()
83 int layerHeight; member96 int layerHeight; member
145 return SkIRect::MakeWH(summary.layerWidth, summary.layerHeight); in getBoundsForFrame()590 .field("layerHeight", &DebugLayerManager::LayerSummary::layerHeight); in EMSCRIPTEN_BINDINGS()
733 int layerHeight = uploadTexture->height(); in uploadTexDataOptimal() local736 SkASSERT(1 == mipLevelCount || currentHeight == layerHeight); in uploadTexDataOptimal()758 layerHeight = currentHeight; in uploadTexDataOptimal()867 int layerHeight = uploadTexture->height(); in uploadTexDataCompressed() local871 SkASSERT(currentHeight == layerHeight); in uploadTexDataCompressed()893 layerHeight = currentHeight; in uploadTexDataCompressed()
722 int layerHeight = tex->height(); in uploadToTexture() local726 SkASSERT(1 == mipLevelCount || currentHeight == layerHeight); in uploadToTexture()740 layerHeight = currentHeight; in uploadToTexture()
911 int layerHeight = texAttachment->height(); in uploadTexDataOptimal() local914 SkASSERT(1 == mipLevelCount || currentHeight == layerHeight); in uploadTexDataOptimal()936 layerHeight = currentHeight; in uploadTexDataOptimal()
406 int layerHeight = tex->height();413 SkASSERT(1 == mipLevelCount || currentHeight == layerHeight);434 layerHeight = currentHeight;