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

  /frameworks/av/cmds/screenrecord/
TextRenderer.cpp 213 float texTop = FontBitmap::yoffset[chi] / fullTexHeight;
235 texes[off + 5] = texTop;
237 texes[off + 7] = texTop;
241 texes[off + 11] = texTop;
  /external/skia/src/gpu/vk/
GrVkGpu.cpp 353 int texTop = kBottomLeft_GrSurfaceOrigin == desc.fOrigin ? tex->height() - top - height
355 VkDeviceSize offset = texTop*layout.rowPitch + left*bpp;
    [all...]

Completed in 92 milliseconds