Searched refs:embedding (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DBidiResolver.h499 // ignores (skips over) the isolated content, including embedding levels.
500 // We should never accrue embedding levels while skipping over isolated content.
509 BidiEmbedding embedding = m_currentExplicitEmbeddingSequence[i]; local
510 if (embedding.direction() == PopDirectionalFormat) {
514 Direction direction = (embedding.direction() == RightToLeftEmbedding || embedding.direction() == RightToLeftOverride) ? RightToLeft : LeftToRight;
515 bool override = embedding.direction() == LeftToRightOverride || embedding.direction() == RightToLeftOverride;
522 toContext = BidiContext::create(level, direction, override, embedding.source(), toContext.get());
756 // embedding an
[all...]
/external/nanohttpd/
H A DREADME.md3 *NanoHttpd* is a light-weight HTTP server designed for embedding in other applications.
/external/libvorbis/doc/
H A DVorbis_I_spec.tex34 % unlike the built-in "verbatim", allows embedding TeX commands, as
H A D01-introduction.tex72 The specification for embedding Vorbis into
/external/linux-tools-perf/perf-3.12.0/tools/perf/config/
H A Dutilities.mak83 # embedding in a shell string that is delimited by
/external/chromium_org/third_party/skia/src/device/xps/
H A DSkXPSDevice.cpp411 XPS_FONT_EMBEDDING embedding; local
412 HRM(current->xpsFont->GetEmbeddingOption(&embedding),
413 "Could not get embedding option from font.");
421 embedding,
1894 XPS_FONT_EMBEDDING embedding = XPS_FONT_EMBEDDING_RESTRICTED; local
1916 embedding,
/external/skia/src/device/xps/
H A DSkXPSDevice.cpp412 XPS_FONT_EMBEDDING embedding; local
413 HRM(current->xpsFont->GetEmbeddingOption(&embedding),
414 "Could not get embedding option from font.");
422 embedding,
2048 XPS_FONT_EMBEDDING embedding = XPS_FONT_EMBEDDING_RESTRICTED; local
2070 embedding,

Completed in 1012 milliseconds