Searched refs:mirror (Results 1 - 25 of 40) sorted by relevance

12

/macosx-10.10/ICU-531.30/icuSources/layout/
H A DDefaultCharMapper.h42 DefaultCharMapper(le_bool filterControls, le_bool mirror) argument
43 : fFilterControls(filterControls), fMirror(mirror)
H A DArabicLayoutEngine.h212 * @param mirror - if <code>TRUE</code>, do character mirroring
219 virtual void mapCharsToGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool reverse, le_bool mirror,
H A DLayoutEngine.h284 * @param mirror - if <code>TRUE</code>, do character mirroring
293 virtual void mapCharsToGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool reverse, le_bool mirror, LEGlyphStorage &glyphStorage, LEErrorCode &success);
/macosx-10.10/tcl-105/tcl_ext/mk4tcl/metakit/examples/
H A Drandom.tcl5 # that the stored data matches exactly what the mirror list contains.
82 set mirror {}
98 set n [llength $mirror]
114 if {[mk::get db.v!$j d] != [lindex $mirror $j]} {
115 puts "\n### $i: mismatch [mk::get db.v!$j d] != [lindex $mirror $j]"
138 # now make the change, to the mirror data list and to the view
141 lappend mirror $t
145 lset mirror $p $t
149 set mirror [lreplace $mirror
[all...]
/macosx-10.10/ruby-106/ruby/test/rubygems/
H A Dtest_gem_commands_mirror.rb11 @mirror_specs = Gem::Specification.find_all_by_name('rubygems-mirror').each do |spec|
29 assert_match %r%Install the rubygems-mirror%i, @ui.error
/macosx-10.10/CPANInternal-159.1/DateTime-Format-Pg-0.16007/inc/Module/Install/
H A DRepository.pm73 if ($svk_info =~ m!Merged From: (/mirror/.*), Rev\.!) {
H A DFetch.pm41 LWP::Simple::mirror($args{url}, $file);
/macosx-10.10/WebCore-7600.1.25/rendering/svg/
H A DSVGTextRunRenderingContext.h45 virtual GlyphData glyphDataForCharacter(const Font&, WidthIterator&, UChar32 character, bool mirror, int currentCharacter, unsigned& advanceLength) override;
H A DSVGTextRunRenderingContext.cpp290 GlyphData SVGTextRunRenderingContext::glyphDataForCharacter(const Font& font, WidthIterator& iterator, UChar32 character, bool mirror, int currentCharacter, unsigned& advanceLength) argument
295 std::pair<GlyphData, GlyphPage*> pair = font.glyphDataAndPageForCharacter(character, mirror, AutoVariant);
337 if (svgFontData->applySVGGlyphSelection(iterator, glyphData, mirror, currentCharacter, advanceLength))
350 GlyphData fallbackGlyphData = font.glyphDataForCharacter(character, mirror);
/macosx-10.10/WebCore-7600.1.25/svg/
H A DSVGFontData.h39 virtual bool applySVGGlyphSelection(WidthIterator&, GlyphData&, bool mirror, int currentCharacter, unsigned& advanceLength) const override;
H A DSVGFontData.cpp133 bool SVGFontData::applySVGGlyphSelection(WidthIterator& iterator, GlyphData& glyphData, bool mirror, int currentCharacter, unsigned& advanceLength) const argument
150 if (mirror)
153 arabicForms = charactersWithArabicForm(remainingTextInRun, mirror);
/macosx-10.10/CPANInternal-159.1/Class-C3-XS-0.13/inc/Module/Install/
H A DFetch.pm41 LWP::Simple::mirror($args{url}, $file);
/macosx-10.10/CPANInternal-159.1/Class-Trigger-0.14/inc/Module/Install/
H A DFetch.pm41 LWP::Simple::mirror($args{url}, $file);
/macosx-10.10/CPANInternal-159.1/DateTime-Format-W3CDTF-0.06/inc/Module/Install/
H A DFetch.pm41 LWP::Simple::mirror($args{url}, $file);
/macosx-10.10/CPANInternal-159.1/Pod-ProjectDocs-0.40/inc/Module/Install/
H A DFetch.pm41 LWP::Simple::mirror($args{url}, $file);
/macosx-10.10/CPANInternal-159.1/Test-use-ok-0.11/inc/Module/Install/
H A DFetch.pm41 LWP::Simple::mirror($args{url}, $file);
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DWidthIterator.h90 GlyphData glyphDataForCharacter(UChar32, bool mirror, int currentCharacter, unsigned& advanceLength);
H A DFont.h188 GlyphData glyphDataForCharacter(UChar32 c, bool mirror, FontDataVariant variant = AutoVariant) const argument
190 return glyphDataAndPageForCharacter(c, mirror, variant).first;
195 std::pair<GlyphData, GlyphPage*> glyphDataAndPageForCharacter(UChar32 c, bool mirror, FontDataVariant variant) const argument
197 return m_glyphs->glyphDataAndPageForCharacter(m_fontDescription, c, mirror, variant);
H A DFontGlyphs.h78 std::pair<GlyphData, GlyphPage*> glyphDataAndPageForCharacter(const FontDescription&, UChar32, bool mirror, FontDataVariant) const;
H A DWidthIterator.cpp71 GlyphData WidthIterator::glyphDataForCharacter(UChar32 character, bool mirror, int currentCharacter, unsigned& advanceLength) argument
77 return renderingContext->glyphDataForCharacter(*m_font, *this, character, mirror, currentCharacter, advanceLength);
83 return m_font->glyphDataForCharacter(character, mirror);
/macosx-10.10/configd-699.1.5/Plugins/SimulatorSupport/
H A Dsimulator_support.c59 mirror(SCDynamicStoreRef store, CFArrayRef changes, void *info) function
227 mirror(store_host, changes, (void *)content_host);
267 mirror,
/macosx-10.10/ruby-106/ruby/lib/rubygems/
H A Dcommand_manager.rb77 register_command :mirror
/macosx-10.10/apr-32/apr/apr/build/
H A Drun-gcov.sh39 <li><a href="http://www.apache.org/dyn/closer.cgi/apr/">from a mirror</a></li>
/macosx-10.10/vim-55/runtime/syntax/
H A Dlftp.vim33 \ lpwd ls mget mirror mkdir module more mput
45 syn match lftpSettingsPrefix contained '\<\%(http\|https\|mirror\|module\):'
110 " mirror:
/macosx-10.10/IOGraphics-485/IONDRVSupport/
H A DIONDRVFramebuffer.cpp2504 VDMirrorRec mirror; local
2516 bzero( &mirror, sizeof( mirror));
2517 mirror.csMirrorSize = sizeof32(VDMirrorRec);
2518 mirror.csMirrorFlags = 0
2525 MAKE_REG_ENTRY( (RegEntryID *)&mirror.csMirrorResultID, 0 );
2528 MAKE_REG_ENTRY( ((RegEntryID *)&mirror.csMirrorRequestID), 0 );
2532 MAKE_REG_ENTRY( ((RegEntryID *)&mirror.csMirrorRequestID), other->getProvider() );
2535 err = _doControl( this, cscSetMirror, &mirror );
2639 VDMirrorRec mirror; local
[all...]

Completed in 238 milliseconds

12