Home
last modified time | relevance | path

Searched refs:pTransform (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/icu/source/common/
Dubiditransform.cpp129 action_resolve(UBiDiTransform *pTransform, UErrorCode *pErrorCode) in action_resolve() argument
131 ubidi_setPara(pTransform->pBidi, pTransform->src, pTransform->srcLength, in action_resolve()
132 pTransform->pActiveScheme->baseLevel, NULL, pErrorCode); in action_resolve()
146 action_reorder(UBiDiTransform *pTransform, UErrorCode *pErrorCode) in action_reorder() argument
148 ubidi_writeReordered(pTransform->pBidi, pTransform->dest, pTransform->destSize, in action_reorder()
149 static_cast<uint16_t>(pTransform->reorderingOptions), pErrorCode); in action_reorder()
151 *pTransform->pDestLength = pTransform->srcLength; in action_reorder()
152 pTransform->reorderingOptions = UBIDI_REORDER_DEFAULT; in action_reorder()
166 action_setInverse(UBiDiTransform *pTransform, UErrorCode *pErrorCode) in action_setInverse() argument
169 ubidi_setInverse(pTransform->pBidi, TRUE); in action_setInverse()
[all …]
/third_party/icu/icu4c/source/common/
Dubiditransform.cpp129 action_resolve(UBiDiTransform *pTransform, UErrorCode *pErrorCode) in action_resolve() argument
131 ubidi_setPara(pTransform->pBidi, pTransform->src, pTransform->srcLength, in action_resolve()
132 pTransform->pActiveScheme->baseLevel, NULL, pErrorCode); in action_resolve()
146 action_reorder(UBiDiTransform *pTransform, UErrorCode *pErrorCode) in action_reorder() argument
148 ubidi_writeReordered(pTransform->pBidi, pTransform->dest, pTransform->destSize, in action_reorder()
149 static_cast<uint16_t>(pTransform->reorderingOptions), pErrorCode); in action_reorder()
151 *pTransform->pDestLength = pTransform->srcLength; in action_reorder()
152 pTransform->reorderingOptions = UBIDI_REORDER_DEFAULT; in action_reorder()
166 action_setInverse(UBiDiTransform *pTransform, UErrorCode *pErrorCode) in action_setInverse() argument
169 ubidi_setInverse(pTransform->pBidi, true); in action_setInverse()
[all …]
/third_party/node/deps/icu-small/source/common/
Dubiditransform.cpp129 action_resolve(UBiDiTransform *pTransform, UErrorCode *pErrorCode) in action_resolve() argument
131 ubidi_setPara(pTransform->pBidi, pTransform->src, pTransform->srcLength, in action_resolve()
132 pTransform->pActiveScheme->baseLevel, nullptr, pErrorCode); in action_resolve()
146 action_reorder(UBiDiTransform *pTransform, UErrorCode *pErrorCode) in action_reorder() argument
148 ubidi_writeReordered(pTransform->pBidi, pTransform->dest, pTransform->destSize, in action_reorder()
149 static_cast<uint16_t>(pTransform->reorderingOptions), pErrorCode); in action_reorder()
151 *pTransform->pDestLength = pTransform->srcLength; in action_reorder()
152 pTransform->reorderingOptions = UBIDI_REORDER_DEFAULT; in action_reorder()
166 action_setInverse(UBiDiTransform *pTransform, UErrorCode *pErrorCode) in action_setInverse() argument
169 ubidi_setInverse(pTransform->pBidi, true); in action_setInverse()
[all …]
/third_party/icu/icu4c/source/test/cintltst/
Dcbiditransformtst.c172 UBiDiTransform *pTransform = ubiditransform_open(&errorCode); in testAutoDirection() local
180 ubiditransform_transform(pTransform, src, -1, dest, STR_CAPACITY - 1, in testAutoDirection()
197 ubiditransform_close(pTransform); in testAutoDirection()
397 UBiDiTransform *pTransform = ubiditransform_open(&errorCode); in testAllTransformOptions() local
404 ubiditransform_transform(pTransform, src, -1, dest, STR_CAPACITY, in testAllTransformOptions()
426 ubiditransform_close(pTransform); in testAllTransformOptions()
/third_party/vk-gl-cts/external/vulkan-docs/src/
DChangeLog.txt1358 the swapchain's pname:pTransform. The presentation engine must do this
DChangeLog.adoc4870 the swapchain's pname:pTransform. The presentation engine must do this