Searched refs:recompose (Results 1 - 25 of 26) sorted by relevance

12

/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DWhiteSpaceInfo.java80 * This function is called to recompose() all of the WhiteSpaceInfo elements.
82 public void recompose(StylesheetRoot root) method in class:WhiteSpaceInfo
H A DNamespaceAlias.java150 * This function is called to recompose() all of the namespace alias properties elements.
154 public void recompose(StylesheetRoot root) method in class:NamespaceAlias
H A DElemAttributeSet.java169 public void recompose(StylesheetRoot root) method in class:ElemAttributeSet
H A DKeyDeclaration.java193 public void recompose(StylesheetRoot root) method in class:KeyDeclaration
H A DDecimalFormatProperties.java395 * This function is called to recompose() all of the decimal format properties elements.
399 public void recompose(StylesheetRoot root) method in class:DecimalFormatProperties
H A DElemTemplate.java408 public void recompose(StylesheetRoot root) method in class:ElemTemplate
H A DStylesheetComposed.java77 public void recompose(Vector recomposableElements) throws TransformerException method in class:StylesheetComposed
270 * @param including Stylesheet to recompose
H A DStylesheetRoot.java233 * properties in the proper order and triggers the individual recompose
238 public void recompose() throws TransformerException method in class:StylesheetRoot
278 imported.recompose(recomposableElements);
299 // calling the recompose() function on each one. This will call back into the
303 ((ElemTemplateElement) recomposableElements.elementAt(i)).recompose(this);
733 * the template list is built during the recompose process and should not be
H A DElemVariable.java452 public void recompose(StylesheetRoot root) method in class:ElemVariable
H A DOutputProperties.java536 * This function is called to recompose all of the output format extended elements.
540 public void recompose(StylesheetRoot root) method in class:OutputProperties
H A DElemTemplateElement.java181 public void recompose(StylesheetRoot root) throws TransformerException method in class:ElemTemplateElement
/external/qemu/android/base/files/
H A DPathUtils.h106 static String recompose(const StringVector& components,
112 static inline String recompose(const StringVector& components) { function in class:android::base::PathUtils
113 return recompose(components, HOST_TYPE);
H A DPathUtils_unittest.cpp229 TEST(PathUtils, recompose) {
248 PathUtils::recompose(components, kHostPosix).c_str());
250 PathUtils::recompose(components, kHostWin32).c_str());
252 PathUtils::recompose(components).c_str());
H A DPathUtils.cpp101 String PathUtils::recompose(const StringVector& components, function in class:android::base::PathUtils
/external/chromium_org/third_party/WebKit/Source/platform/transforms/
H A DAffineTransform.h168 void recompose(const DecomposedType&);
H A DAffineTransform.cpp352 void AffineTransform::recompose(const DecomposedType& decomp) function in class:blink::AffineTransform
H A DTransformationMatrix.h258 void recompose(const DecomposedType& decomp);
H A DTransformationMatrix.cpp419 // easier to recompose with) or Euler angles (rx, ry, rz), which
1449 // recompose
1450 recompose(fromDecomp);
1468 void TransformationMatrix::recompose(const DecomposedType& decomp) function in class:blink::TransformationMatrix
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DSVGRenderingContext.cpp273 transform.recompose(decomposition);
/external/chromium_org/third_party/icu/source/common/
H A Dnormalizer2impl.h556 void recompose(ReorderingBuffer &buffer, int32_t recomposeStartIndex,
H A Dnormalizer2impl.cpp807 void Normalizer2Impl::recompose(ReorderingBuffer &buffer, int32_t recomposeStartIndex, function in class:Normalizer2Impl
1149 // decompose and recompose.
1217 // Fails FCD test, need to decompose and contiguously recompose.
1239 * and recompose it.
1261 // Decompose [prevBoundary..src[ into the buffer and then recompose that part of it.
1266 recompose(buffer, recomposeStartIndex, onlyContiguous);
/external/icu/icu4c/source/common/
H A Dnormalizer2impl.h574 void recompose(ReorderingBuffer &buffer, int32_t recomposeStartIndex,
H A Dnormalizer2impl.cpp909 void Normalizer2Impl::recompose(ReorderingBuffer &buffer, int32_t recomposeStartIndex, function in class:Normalizer2Impl
1251 // decompose and recompose.
1319 // Fails FCD test, need to decompose and contiguously recompose.
1341 * and recompose it.
1363 // Decompose [prevBoundary..src[ into the buffer and then recompose that part of it.
1368 recompose(buffer, recomposeStartIndex, onlyContiguous);
/external/qemu/android/qemu-launcher/
H A Demulator-qemu.cpp112 return PathUtils::recompose(path);
/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DStylesheetHandler.java471 getStylesheetRoot().recompose();

Completed in 6241 milliseconds

12