Home
last modified time | relevance | path

Searched refs:hAlign (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/memory/
DTilingFunctions.h265 uint32_t hAlign,
280 hAlign *= info.bcWidth;
283 offset = GFX_ALIGN(curWidth, hAlign);
287 offset += GFX_ALIGN(curWidth, hAlign);
306 uint32_t hAlign,
321 hAlign *= info.bcWidth;
325 curWidth = GFX_ALIGN(curWidth, hAlign);
/third_party/node/deps/npm/node_modules/cli-table3/src/
Dcell.js96 this.hAlign = this.options.hAlign || tableOptions.colAligns[x];
231 content = utils.pad(content, len, ' ', this.hAlign);
/third_party/node/deps/npm/node_modules/npm-audit-report/reporters/
Ddetail.js82 hAlign: 'center' property
138 hAlign: 'center' property
/third_party/node/deps/npm/node_modules/cli-table3/
Dindex.d.ts56 hAlign?: HorizontalAlignment; property