Home
last modified time | relevance | path

Searched defs:xEnd (Results 1 – 17 of 17) sorted by relevance

/external/perfetto/ui/src/frontend/
Doverview_timeline_panel.ts89 const xEnd = Math.ceil(this.timeScale.timeToPx(loads[i].endSec)); constant
/external/skia/src/codec/
DSkGifCodec.cpp236 const int xEnd = std::min(frame->frameRect().right(), fReader->screenWidth()); in initializeSwizzler() local
424 const int xEnd = std::min(xBegin + width, this->dimensions().width()); in haveDecodedRow() local
/external/skqp/src/codec/
DSkGifCodec.cpp236 const int xEnd = std::min(frame->frameRect().right(), fReader->screenWidth()); in initializeSwizzler() local
424 const int xEnd = std::min(xBegin + width, this->dimensions().width()); in haveDecodedRow() local
/external/perfetto/ui/src/tracks/counter/
Dfrontend.ts138 const xEnd = this.hoveredTsEnd === undefined ? constant
/external/perfetto/ui/src/tracks/cpu_freq/
Dfrontend.ts147 const xEnd = this.hoveredTsEnd === undefined ? constant
/external/replicaisland/src/com/replica/replicaisland/
DBackgroundCollisionComponent.java251 float xEnd = right; in update() local
/external/setupdesign/main/src/com/google/android/setupdesign/util/
DLinkAccessibilityHelper.java265 final float xEnd = layout.getPrimaryHorizontal(spanEnd); in getBoundsForSpan() local
/external/skia/third_party/etc1/
Detc1.cpp543 etc1_uint32 xEnd = width - x; in etc1_encode_image() local
595 etc1_uint32 xEnd = width - x; in etc1_decode_image() local
/external/skqp/third_party/etc1/
Detc1.cpp543 etc1_uint32 xEnd = width - x; in etc1_encode_image() local
595 etc1_uint32 xEnd = width - x; in etc1_decode_image() local
/external/deqp/modules/gles3/functional/
Des3fInstancedRenderingTests.cpp564 int xEnd = (instanceNdx + 1) * wid / m_numInstances; in computeReference() local
/external/autotest/client/site_tests/graphics_SanAngeles/src/
Ddemo.c487 const int xBegin = -15, xEnd = 15; in createGroundPlane() local
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemUtils.cpp952 const int xEnd = (col + 1)*dst.getWidth() / numCols; in fillWithRandomColorTiles() local
/external/deqp/external/vulkancts/modules/vulkan/clipping/
DvktClippingTests.cpp251 const int xEnd = regionOffset.x() + regionSize.x(); in countPixels() local
/external/deqp/modules/gles31/functional/
Des31fTextureGatherTests.cpp115 const int xEnd = (col+1)*dst.getWidth()/numCols; in fillWithRandomColorTiles() local
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureGatherTests.cpp180 const int xEnd = (col+1)*dst.getWidth()/numCols; in fillWithRandomColorTiles() local
/external/deqp/external/vulkancts/modules/vulkan/multiview/
DvktMultiViewRenderTests.cpp1246 int xEnd = 0; in fillQuarter() local
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp2055 const int xEnd = deMax32(blit.dstOffsets[0].x, blit.dstOffsets[1].x); in forEach() local