HomeSort by relevance Sort by last modified time
    Searched refs:recompose (Results 1 - 25 of 29) sorted by null

1 2

  /external/apache-xml/src/main/java/org/apache/xalan/templates/
WhiteSpaceInfo.java 80 * This function is called to recompose() all of the WhiteSpaceInfo elements.
82 public void recompose(StylesheetRoot root) method in class:WhiteSpaceInfo
NamespaceAlias.java 150 * This function is called to recompose() all of the namespace alias properties elements.
154 public void recompose(StylesheetRoot root) method in class:NamespaceAlias
ElemAttributeSet.java 169 public void recompose(StylesheetRoot root) method in class:ElemAttributeSet
KeyDeclaration.java 193 public void recompose(StylesheetRoot root) method in class:KeyDeclaration
DecimalFormatProperties.java 395 * This function is called to recompose() all of the decimal format properties elements.
399 public void recompose(StylesheetRoot root) method in class:DecimalFormatProperties
ElemTemplate.java 408 public void recompose(StylesheetRoot root) method in class:ElemTemplate
StylesheetComposed.java 77 public void recompose(Vector recomposableElements) throws TransformerException method in class:StylesheetComposed
267 * Recompose the value of the composed include list. Builds a composite
270 * @param including Stylesheet to recompose
StylesheetRoot.java 228 * Recompose the values of all "composed" properties, meaning
233 * 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);
494 * Recompose the output format object from the included elements.
547 * Recompose the attribute-set declarations.
588 * Recompose the decimal-format declarations.
651 * Recompose the key declarations
    [all...]
ElemVariable.java 452 public void recompose(StylesheetRoot root) method in class:ElemVariable
OutputProperties.java 536 * This function is called to recompose all of the output format extended elements.
540 public void recompose(StylesheetRoot root) method in class:OutputProperties
ElemTemplateElement.java 181 public void recompose(StylesheetRoot root) throws TransformerException method in class:ElemTemplateElement
    [all...]
  /external/qemu/android/base/files/
PathUtils.h 100 // Recompose a path from individual components into a file path string.
106 static String recompose(const StringVector& components,
109 // Recompose a path from individual components into a file path string
112 static inline String recompose(const StringVector& components) { function in class:android::base::PathUtils
113 return recompose(components, HOST_TYPE);
PathUtils_unittest.cpp 229 TEST(PathUtils, recompose) {
248 PathUtils::recompose(components, kHostPosix).c_str());
250 PathUtils::recompose(components, kHostWin32).c_str());
252 PathUtils::recompose(components).c_str());
PathUtils.cpp 101 String PathUtils::recompose(const StringVector& components, function in class:android::base::PathUtils
  /external/chromium_org/third_party/WebKit/Source/platform/transforms/
AffineTransform.h 170 void recompose(const DecomposedType&);
AffineTransform.cpp 348 this->recompose(srA);
398 void AffineTransform::recompose(const DecomposedType& decomp) function in class:WebCore::AffineTransform
TransformationMatrix.h 258 void recompose(const DecomposedType& decomp);
TransformationMatrix.cpp 421 // easier to recompose with) or Euler angles (rx, ry, rz), which
1409 void TransformationMatrix::recompose(const DecomposedType& decomp) function in class:WebCore::TransformationMatrix
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGRenderingContext.cpp 278 transform.recompose(decomposition);
  /external/chromium_org/third_party/icu/source/common/
normalizer2impl.h 462 void recompose(ReorderingBuffer &buffer, int32_t recomposeStartIndex,
normalizer2impl.cpp 733 void Normalizer2Impl::recompose(ReorderingBuffer &buffer, int32_t recomposeStartIndex, function in class:Normalizer2Impl
    [all...]
  /external/icu/icu4c/source/common/
normalizer2impl.h 574 void recompose(ReorderingBuffer &buffer, int32_t recomposeStartIndex,
normalizer2impl.cpp 909 void Normalizer2Impl::recompose(ReorderingBuffer &buffer, int32_t recomposeStartIndex, function in class:Normalizer2Impl
    [all...]
  /external/qemu/android/qemu-launcher/
emulator-qemu.cpp 112 return PathUtils::recompose(path);
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
StylesheetHandler.java 471 getStylesheetRoot().recompose();
    [all...]

Completed in 912 milliseconds

1 2