Searched defs:embedding (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/platform/text/
H A DBidiResolver.h405 // ignores (skips over) the isolated content, including embedding levels.
406 // We should never accrue embedding levels while skipping over isolated content.
415 BidiEmbedding embedding = m_currentExplicitEmbeddingSequence[i]; local
416 if (embedding.direction() == PopDirectionalFormat) {
420 Direction direction = (embedding.direction() == RightToLeftEmbedding || embedding.direction() == RightToLeftOverride) ? RightToLeft : LeftToRight;
421 bool override = embedding.direction() == LeftToRightOverride || embedding.direction() == RightToLeftOverride;
428 toContext = BidiContext::create(level, direction, override, embedding.source(), toContext.get());
597 // embedding an
[all...]
/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,
2049 XPS_FONT_EMBEDDING embedding = XPS_FONT_EMBEDDING_RESTRICTED; local
2070 embedding,
/external/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,
2049 XPS_FONT_EMBEDDING embedding = XPS_FONT_EMBEDDING_RESTRICTED; local
2070 embedding,

Completed in 115 milliseconds