Searched refs:codePath (Results 1 - 11 of 11) sorted by relevance

/macosx-10.9.5/securityd-55199.3/src/
H A Dclientid.h81 std::string codePath(SecStaticCodeRef code);
H A Dclientid.cpp142 return codePath(currentGuest());
186 std::string codePath(SecStaticCodeRef code) function
H A Dprocess.cpp69 (char *)codePath(this->processCode()).c_str(), taskPort, mUid, mGid, mByteFlipped);
H A Dagentquery.cpp403 guestPath = codePath(clientCode);
510 guestPath = codePath(clientCode);
H A DAuthorizationRule.cpp408 bundlePath = codePath(clientCode);
/macosx-10.9.5/WebCore-7537.78.1/platform/win/
H A DWebCoreTextRenderer.cpp129 return Font::codePath() == Font::Complex;
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DFont.cpp267 CodePath codePathToUse = codePath(run);
286 CodePath codePathToUse = codePath(run);
299 CodePath codePathToUse = codePath(run);
363 CodePath codePathToUse = codePath(run);
377 if (codePath(run) != Complex && !typesettingFeatures())
423 Font::CodePath Font::codePath() function in class:WebCore::Font
438 Font::CodePath Font::codePath(const TextRun& run) const function in class:WebCore::Font
H A DFont.h182 CodePath codePath(const TextRun&) const;
219 static CodePath codePath();
/macosx-10.9.5/WebCore-7537.78.1/rendering/svg/
H A DSVGTextMetricsBuilder.cpp106 m_isComplexText = scaledFont.codePath(m_run) == Font::Complex;
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/mac/
H A DComplexTextController.cpp47 return font.codePath(run) == Font::Complex;
/macosx-10.9.5/WebCore-7537.78.1/html/canvas/
H A DCanvasRenderingContext2D.cpp2119 Font::CodePath oldCodePath = Font::codePath();
2267 Font::CodePath oldCodePath = Font::codePath();

Completed in 127 milliseconds